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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/gxneur/Makefile | 3 | ||||
-rw-r--r-- | deskutils/labyrinth/Makefile | 3 | ||||
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index cd6f4b6e4635..052dfcaf98c9 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -13,10 +13,9 @@ COMMENT= GTK frontend for XNeur keyboard layout switcher BUILD_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur - USE_BZIP2= yes GNU_CONFIGURE= yes -USES= desktop-file-utils +USES= desktop-file-utils pkgconfig USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes diff --git a/deskutils/labyrinth/Makefile b/deskutils/labyrinth/Makefile index f9fb220d7d81..0105fbdd129a 100644 --- a/deskutils/labyrinth/Makefile +++ b/deskutils/labyrinth/Makefile @@ -11,11 +11,10 @@ COMMENT= Mind-mapping tool for GNOME RUN_DEPENDS+= f2py:${PORTSDIR}/math/py-numpy GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= GMSGFMT=msgfmt USE_GNOME= pygnome2 gnomedesktop gnomehack USE_PYTHON= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes .include <bsd.port.mk> diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 6e4394a858bb..e443fd65b4c5 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -47,7 +47,7 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_DOS2UNIX= textcat32_conf.txt USE_XORG= pixman -USES= gettext +USES= gettext pkgconfig USE_SQLITE= 3 USE_PYTHON= yes USE_OPENSSL= yes |