aboutsummaryrefslogtreecommitdiff
path: root/security/apache-xml-security-c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 14:57:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 14:57:56 +0000
commita4dde0e5f753e21c9bed7d7df32d75308454ea41 (patch)
tree25582b042140ff74f7dcb9985d75034d77bffa6a /security/apache-xml-security-c
parentba8aa1bb3270bfe83270a094655f5bd27e61be44 (diff)
downloadports-a4dde0e5f753e21c9bed7d7df32d75308454ea41.tar.gz
ports-a4dde0e5f753e21c9bed7d7df32d75308454ea41.zip
- Stage support
- Convert to USES
Notes
Notes: svn path=/head/; revision=341999
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r--security/apache-xml-security-c/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index 1ec00d70fdd0..b8c5d2d8bfc1 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -20,7 +20,6 @@ XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires)
USE_OPENSSL= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXERCES_3}
@@ -32,7 +31,7 @@ LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}