svn commit: r340513 - head/devel/libconfig

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:22:35 UTC 2014


Author: bapt
Date: Tue Jan 21 00:22:35 2014
New Revision: 340513
URL: http://svnweb.freebsd.org/changeset/ports/340513
QAT: https://qat.redports.org/buildarchive/r340513/

Log:
  Support stage

Modified:
  head/devel/libconfig/Makefile

Modified: head/devel/libconfig/Makefile
==============================================================================
--- head/devel/libconfig/Makefile	Tue Jan 21 00:21:49 2014	(r340512)
+++ head/devel/libconfig/Makefile	Tue Jan 21 00:22:35 2014	(r340513)
@@ -11,12 +11,10 @@ COMMENT=	Simple library for manipulating
 
 CONFLICTS=	wand-libconfig-[0-9]*
 
-USES=	pathfix
+USES=		gmake pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
 INFO=		libconfig
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list