diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /x11-clocks | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/alarm-clock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-clocks/alarm-clock/Makefile b/x11-clocks/alarm-clock/Makefile index ada378547c1d..c8507b73078d 100644 --- a/x11-clocks/alarm-clock/Makefile +++ b/x11-clocks/alarm-clock/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique \ GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pathfix -USE_GMAKE= yes +USES= gettext pathfix gmake pkgconfig USE_GSTREAMER= yes USE_GNOME= gtk20 |