diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 13:58:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-03 13:58:32 +0000 |
commit | eabe39d426d60bc94a53bfb77353b6affa735dee (patch) | |
tree | 6b7e52c84578467afe680a185c36a97a0a2a09b9 /security/gsasl/Makefile | |
parent | - Stagify (diff) |
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=356368
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 82dd8856e479..be318af05482 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= GNU @@ -15,7 +15,7 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls \ libntlm.so:${PORTSDIR}/security/libntlm -USES= charsetfix pathfix perl5 pkgconfig +USES= charsetfix pathfix perl5 pkgconfig libtool USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes |