Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 14:57:57 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341999 - head/security/apache-xml-security-c
Message-ID:  <201401311457.s0VEvvZS054323@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311457.s0VEvvZS054323>