diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-04 21:09:33 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-04 21:09:33 +0000 |
commit | 0c4e7dea3c5bb51541cd90d41d23e2ff38830a10 (patch) | |
tree | 4feabbdde8e9549e33a4dc4131b6e9f6711e29bd /x11/trayer | |
parent | fa66326bb0ab229d8f8f71f35b1352e2c4d8582b (diff) |
- Add explicit pkgconfig ddependency.
Notes
Notes:
svn path=/head/; revision=326325
Diffstat (limited to 'x11/trayer')
-rw-r--r-- | x11/trayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index f207f29665d6..9c344a8a1829 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -13,7 +13,7 @@ COMMENT= Lightweight GTK2-based systray for UNIX desktop 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//} |