diff options
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r-- | security/gss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 1d192a422245..d07896f901c2 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gss -PORTVERSION= 0.0.16 -PORTREVISION= 1 +PORTVERSION= 0.0.17 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -29,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kerberos5 INSTALLS_SHLIB= yes -INFO= gss +INFO= gss CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |