diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-15 02:27:49 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-15 02:27:49 +0000 |
commit | f006efa6ce07ae225cfaca8bb6b8af7186deaf2c (patch) | |
tree | dfcda75769e931c753dbf769d6ef85c213167055 /security/gss/Makefile | |
parent | 3e37f6d2cf475faf1744570cb9a3204eee5b0eb3 (diff) |
Notes
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 |