svn commit: r326172 - head/deskutils/gdesklets

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 16:56:25 UTC 2013


Author: bapt
Date: Tue Sep  3 16:56:25 2013
New Revision: 326172
URL: http://svnweb.freebsd.org/changeset/ports/326172

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/deskutils/gdesklets/Makefile

Modified: head/deskutils/gdesklets/Makefile
==============================================================================
--- head/deskutils/gdesklets/Makefile	Tue Sep  3 16:37:22 2013	(r326171)
+++ head/deskutils/gdesklets/Makefile	Tue Sep  3 16:56:25 2013	(r326172)
@@ -21,8 +21,7 @@ WRKSRC=		${WRKDIR}/gDesklets-${PORTVERSI
 
 USE_GNOME=	gnomehack gnomeprefix intlhack librsvg2 pygnomeextras
 USE_PYTHON=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 


More information about the svn-ports-all mailing list