diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 05:09:33 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 05:09:33 +0800 |
commit | 989a70ac74b6272a77df6c0d4374b827ead85613 (patch) | |
tree | 4feabbdde8e9549e33a4dc4131b6e9f6711e29bd /x11/trayer | |
parent | 3c680692b6c9fd161caf5c1346eac5754e52e104 (diff) | |
download | freebsd-ports-gnome-989a70ac74b6272a77df6c0d4374b827ead85613.tar.gz freebsd-ports-gnome-989a70ac74b6272a77df6c0d4374b827ead85613.tar.zst freebsd-ports-gnome-989a70ac74b6272a77df6c0d4374b827ead85613.zip |
- Add explicit pkgconfig ddependency.
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//} |