diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:38:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:38:36 +0800 |
commit | 4b4a2917f94c3d5e888f5eca8fb71bf7fab6f43e (patch) | |
tree | df98dd5b84bb9003a973accb70cb56c3922f1fdf /security/apache-xml-security-c/Makefile | |
parent | 3a058d084a0813d05832ae82ea6d017c501d2861 (diff) | |
download | freebsd-ports-gnome-4b4a2917f94c3d5e888f5eca8fb71bf7fab6f43e.tar.gz freebsd-ports-gnome-4b4a2917f94c3d5e888f5eca8fb71bf7fab6f43e.tar.zst freebsd-ports-gnome-4b4a2917f94c3d5e888f5eca8fb71bf7fab6f43e.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 6e31c9dcff79..90dcfcff2a82 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -3,6 +3,7 @@ PORTNAME= xml-security-c PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=santuario/c-library @@ -19,8 +20,7 @@ LIB_DEPENDS+= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xerces=${LOCALBASE} -USE_AUTOTOOLS= libtool -USES= gmake +USES= gmake libtool USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} |