Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 10:00:17 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316328 - head/graphics/grafx2
Message-ID:  <201304231000.r3NA0H2P054500@svn.freebsd.org>

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



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