svn commit: r341999 - head/security/apache-xml-security-c

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 14:57:57 UTC 2014


Author: miwi
Date: Fri Jan 31 14:57:56 2014
New Revision: 341999
URL: http://svnweb.freebsd.org/changeset/ports/341999
QAT: https://qat.redports.org/buildarchive/r341999/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/security/apache-xml-security-c/Makefile

Modified: head/security/apache-xml-security-c/Makefile
==============================================================================
--- head/security/apache-xml-security-c/Makefile	Fri Jan 31 14:57:18 2014	(r341998)
+++ head/security/apache-xml-security-c/Makefile	Fri Jan 31 14:57:56 2014	(r341999)
@@ -20,7 +20,6 @@ XERCES_3_DESC=		With Xerces vesion 3.x (
 
 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}/te
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=	gmake
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
 


More information about the svn-ports-all mailing list