aboutsummaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
commit15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /security/xmlsec1
parenta9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff)
downloadports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz
ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=368356
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 4f9247b8c4ad..eb04e683c792 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
MAINTAINER= johans@FreeBSD.org
COMMENT= XML Security Library
+LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl
+
OPTIONS_DEFINE= DOCS GNUTLS NSS
OPTIONS_SUB= yes
GNUTLS_DESC= Enable GNUTLS support
@@ -27,7 +29,6 @@ INSTALL_TARGET= install-strip
USES= libtool:oldver pathfix pkgconfig
USE_OPENSSL= yes
USE_GNOME= libxml2 libxslt
-USE_AUTOTOOLS= libltdl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include