diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch) | |
tree | 6e94333233053731622780aae8a8285e148ade96 /security/gsasl/Makefile | |
parent | f687852f8f35b5067f8978d6405346545b01be3a (diff) | |
download | FreeBSD-ports-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip FreeBSD-ports-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 076fbf6..b5fe0f0 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.0.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -16,11 +17,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - idn.12:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.12:${PORTSDIR}/devel/libidn \ gcrypt.6:${PORTSDIR}/security/libgcrypt \ - ntlm.0:${PORTSDIR}/security/libntlm \ + ntlm.0:${PORTSDIR}/security/libntlm +USE_GETTEXT= yes USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes |