svn commit: r323368 - head/textproc/augeas

Jason Helfman jgh at FreeBSD.org
Sun Jul 21 06:00:01 UTC 2013


Author: jgh
Date: Sun Jul 21 06:00:00 2013
New Revision: 323368
URL: http://svnweb.freebsd.org/changeset/ports/323368

Log:
  - migrate USE_GMAKE and USE_PKGCONFIG to USES framework
  
  Approved by:	maintainer (swills@)

Modified:
  head/textproc/augeas/Makefile

Modified: head/textproc/augeas/Makefile
==============================================================================
--- head/textproc/augeas/Makefile	Sun Jul 21 05:21:34 2013	(r323367)
+++ head/textproc/augeas/Makefile	Sun Jul 21 06:00:00 2013	(r323368)
@@ -12,13 +12,12 @@ COMMENT=	A configuration editing tool
 TEST_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		gsed:${PORTSDIR}/textproc/gsed
 
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	autoconf aclocal autoheader automake libtool
 ACLOCAL_ARGS=	-I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 
 MAN1=		augparse.1 augtool.1
 MANCOMPRESSED=	no


More information about the svn-ports-all mailing list