aboutsummaryrefslogtreecommitdiffstats
path: root/security/apache-xml-security-c/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-01-31 22:57:56 +0800
committermiwi <miwi@FreeBSD.org>2014-01-31 22:57:56 +0800
commitf6cfa84c33722b8c859fdc003baca6731c91d211 (patch)
tree25582b042140ff74f7dcb9985d75034d77bffa6a /security/apache-xml-security-c/Makefile
parentf391e5f88cee182ef50e573dc92b223739767a3c (diff)
downloadfreebsd-ports-gnome-f6cfa84c33722b8c859fdc003baca6731c91d211.tar.gz
freebsd-ports-gnome-f6cfa84c33722b8c859fdc003baca6731c91d211.tar.zst
freebsd-ports-gnome-f6cfa84c33722b8c859fdc003baca6731c91d211.zip
- Stage support
- Convert to USES
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-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}