svn commit: r340951 - head/devel/wand-libconfig

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 24 23:52:37 UTC 2014


Author: bapt
Date: Fri Jan 24 23:52:36 2014
New Revision: 340951
URL: http://svnweb.freebsd.org/changeset/ports/340951
QAT: https://qat.redports.org/buildarchive/r340951/

Log:
  Support stage

Modified:
  head/devel/wand-libconfig/Makefile

Modified: head/devel/wand-libconfig/Makefile
==============================================================================
--- head/devel/wand-libconfig/Makefile	Fri Jan 24 23:51:43 2014	(r340950)
+++ head/devel/wand-libconfig/Makefile	Fri Jan 24 23:52:36 2014	(r340951)
@@ -13,17 +13,16 @@ COMMENT=	C library for parsing config fi
 
 CONFLICTS=	libconfig-[0-9]*
 
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	include/libconfig.h lib/libconfig.a lib/libconfig.la \
 		lib/libconfig.so lib/libconfig.so.1
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
 	${WRKSRC}/configure


More information about the svn-ports-all mailing list