diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 11:40:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-18 11:40:04 +0000 |
commit | e7b0f977880ef8195d7b8ce851146f778c158ba1 (patch) | |
tree | 6b707abf8d8621e9bcb4f385129f5e95769e9154 /security/gsasl | |
parent | 320c5b87e065a7e118c8bfd65faf7ccc7d3b8310 (diff) | |
download | ports-e7b0f977880ef8195d7b8ce851146f778c158ba1.tar.gz ports-e7b0f977880ef8195d7b8ce851146f778c158ba1.zip |
Notes
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 4f4770436dc9..dd7fe5a35411 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gsasl -# Date created: Oct 18, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gsasl PORTVERSION= 1.8.0 @@ -21,6 +16,7 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gnutls.26:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm +USES= charsetfix USE_GNOME= gnomehack pkgconfig USE_PERL5_BUILD= yes GNU_CONFIGURE= yes |