Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 23:52:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340951 - head/devel/wand-libconfig
Message-ID:  <201401242352.s0ONqbnJ099450@svn.freebsd.org>

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



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