diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
commit | 2d2004a52167e30306f8b8abe46282f6d8123872 (patch) | |
tree | 373de66d09931f9604336f922d27f78e57266194 /security/gss | |
parent | 5b19e741709257b64071ea796a969ab8a01f1ffa (diff) | |
download | FreeBSD-ports-2d2004a52167e30306f8b8abe46282f6d8123872.zip FreeBSD-ports-2d2004a52167e30306f8b8abe46282f6d8123872.tar.gz |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 72eadf3..fab1b2e 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -22,7 +22,6 @@ CONFLICTS= heimdal-* USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 |