aboutsummaryrefslogtreecommitdiff
path: root/security/gsasl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /security/gsasl
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Notes
Notes: svn path=/head/; revision=99914
Diffstat (limited to 'security/gsasl')
-rw-r--r--security/gsasl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 076fbf65b156..b5fe0f03a862 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