diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 22:57:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 22:57:56 +0800 |
commit | f6cfa84c33722b8c859fdc003baca6731c91d211 (patch) | |
tree | 25582b042140ff74f7dcb9985d75034d77bffa6a /security/apache-xml-security-c/Makefile | |
parent | f391e5f88cee182ef50e573dc92b223739767a3c (diff) | |
download | freebsd-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/Makefile | 3 |
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} |