svn commit: r326325 - head/x11/trayer

Guido Falsi madpilot at FreeBSD.org
Wed Sep 4 21:09:34 UTC 2013


Author: madpilot
Date: Wed Sep  4 21:09:33 2013
New Revision: 326325
URL: http://svnweb.freebsd.org/changeset/ports/326325

Log:
  - Add explicit pkgconfig ddependency.

Modified:
  head/x11/trayer/Makefile

Modified: head/x11/trayer/Makefile
==============================================================================
--- head/x11/trayer/Makefile	Wed Sep  4 21:08:13 2013	(r326324)
+++ head/x11/trayer/Makefile	Wed Sep  4 21:09:33 2013	(r326325)
@@ -13,7 +13,7 @@ COMMENT=	Lightweight GTK2-based systray 
 GITVERSION=	0-g5353f80
 FETCH_ARGS=	-pRr
 USE_GNOME=	gtk20 glib20 pango atk
-USES=		iconv gmake
+USES=		iconv gmake pkgconfig
 USE_XORG=	xmu
 MAKE_ARGS=	"PREFIX=${PREFIX}"
 WRKSRC=		${WRKDIR}/sargon-${PORTNAME}-srg-${GITVERSION:S/^0-g//}


More information about the svn-ports-all mailing list