svn commit: r316328 - head/graphics/grafx2

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 23 10:00:18 UTC 2013


Author: ehaupt
Date: Tue Apr 23 10:00:17 2013
New Revision: 316328
URL: http://svnweb.freebsd.org/changeset/ports/316328

Log:
  Convert to USES=pkgconfig

Modified:
  head/graphics/grafx2/Makefile

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Tue Apr 23 09:32:14 2013	(r316327)
+++ head/graphics/grafx2/Makefile	Tue Apr 23 10:00:17 2013	(r316328)
@@ -34,7 +34,7 @@ MAKE_ARGS+=	NOTTF=1
 .endif
 
 .if ${PORT_OPTIONS:MLUA}
-USE_PKGCONFIG=	yes
+USES+=		pkgconfig
 USE_LUA=	5.1
 .else
 MAKE_ARGS+=	NOLUA=1


More information about the svn-ports-all mailing list