diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
commit | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /x11 | |
parent | 3ca0120f58f6083a9c8b1a2e526a3079db6132b3 (diff) | |
download | freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.gz freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.zst freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/alltray/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 9e2b701e7ab4..e6a8bd509e6e 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= acm@FreeBSD.org COMMENT= Dock any application with no native tray icon +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes |