svn commit: r316311 - in head/deskutils: xpad xpad-current

Jason Helfman jgh at FreeBSD.org
Tue Apr 23 06:47:15 UTC 2013


Author: jgh
Date: Tue Apr 23 06:47:14 2013
New Revision: 316311
URL: http://svnweb.freebsd.org/changeset/ports/316311

Log:
  - convert to USES=pkgconfig

Modified:
  head/deskutils/xpad-current/Makefile
  head/deskutils/xpad/Makefile

Modified: head/deskutils/xpad-current/Makefile
==============================================================================
--- head/deskutils/xpad-current/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
+++ head/deskutils/xpad-current/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
@@ -20,7 +20,7 @@ FETCH_ARGS=	-p
 USE_BZIP2=	yes
 USE_XORG=	x11 sm
 USE_GNOME=	gtk20 gnomehier intltool
-USE_PKGCONFIG=	build
+USES=	pkgconfig
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/deskutils/xpad/Makefile
==============================================================================
--- head/deskutils/xpad/Makefile	Tue Apr 23 06:34:47 2013	(r316310)
+++ head/deskutils/xpad/Makefile	Tue Apr 23 06:47:14 2013	(r316311)
@@ -21,7 +21,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_XORG=	x11 sm
 USE_GNOME=	gtk20 gnomehier intltool
-USE_PKGCONFIG=	build
+USES=	pkgconfig
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list