Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 06:47:14 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316311 - in head/deskutils: xpad xpad-current
Message-ID:  <201304230647.r3N6lEmb090879@svn.freebsd.org>

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



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