diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:14:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 20:14:26 +0000 |
commit | 0c64c49cbd3750e5c6a0ae3338e32a2436312154 (patch) | |
tree | fc6a54d57b436af5421e1e8d8fcb539771cc7813 /security/gss/Makefile | |
parent | 7d09c2d675628d4bf8868ee4f886b566c4ee4c7d (diff) |
Notes
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r-- | security/gss/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 3318cedf77ee..de4abde0e628 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gss -PORTVERSION= 0.0.10 -PORTREVISION= 1 +PORTVERSION= 0.0.11 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -19,7 +18,6 @@ COMMENT= GNU Generic Security Service Library LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi -USE_GETTEXT= yes USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes @@ -33,8 +31,13 @@ INFO= gss CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -post-extract: - @${CP} -f ${FILESDIR}/gdoc ${WRKSRC}/doc +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include "Makefile.man" .include <bsd.port.mk> |