diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:23:28 +0000 |
commit | dad0d0873a3d4f82a21a868dc5cb50e86c14565b (patch) | |
tree | e462a7690aebd4bb8e131b767361f662174e8b9c /archivers/advancecomp | |
parent | edc067f59bc9c29de917cab8043ed939ebb462af (diff) | |
download | ports-dad0d0873a3d4f82a21a868dc5cb50e86c14565b.tar.gz ports-dad0d0873a3d4f82a21a868dc5cb50e86c14565b.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209417
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r-- | archivers/advancecomp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index a2fd3a689978..05df40d838fd 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= advancemame MAINTAINER= ports@FreeBSD.org COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files -USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |