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 /security/fcrackzip | |
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 'security/fcrackzip')
-rw-r--r-- | security/fcrackzip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile index 821a9ae442cc..706c27ba1ed1 100644 --- a/security/fcrackzip/Makefile +++ b/security/fcrackzip/Makefile @@ -15,7 +15,6 @@ COMMENT= Portable, fast and featureful ZIP password cracker GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GETOPT_LONG=yes USE_PERL5_BUILD=yes PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo |