diff options
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r-- | security/gss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 64ff93e20b96..1d192a422245 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -8,6 +8,7 @@ PORTNAME= gss PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -23,7 +24,7 @@ CONFLICTS= heimdal-* USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 INSTALLS_SHLIB= yes |