diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 18:03:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 18:03:51 +0800 |
commit | 2d2004a52167e30306f8b8abe46282f6d8123872 (patch) | |
tree | 373de66d09931f9604336f922d27f78e57266194 /sysutils/pax-utils | |
parent | 5b19e741709257b64071ea796a969ab8a01f1ffa (diff) | |
download | freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.tar.gz freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.tar.zst freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'sysutils/pax-utils')
-rw-r--r-- | sysutils/pax-utils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index f217f91fefce..f9e1def7f7b1 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -18,7 +18,6 @@ COMMENT= Various ELF related utils for ELF32, ELF64 binaries USE_BZIP2= true USE_GMAKE= true -USE_GETOPT_LONG=true USE_GCC= 3.4+ PLIST_FILES= bin/dumpelf bin/pspax bin/scanelf |