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/ccrypt | |
parent | 5b19e741709257b64071ea796a969ab8a01f1ffa (diff) | |
download | freebsd-ports-graphics-2d2004a52167e30306f8b8abe46282f6d8123872.tar.gz freebsd-ports-graphics-2d2004a52167e30306f8b8abe46282f6d8123872.tar.zst freebsd-ports-graphics-2d2004a52167e30306f8b8abe46282f6d8123872.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'security/ccrypt')
-rw-r--r-- | security/ccrypt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index deb598d0ce4..021ee73cfeb 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A command-line utility for encrypting and decrypting files and streams -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes MAN1= ccrypt.1 |