diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /sysutils | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lxinput/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lxtask/Makefile | 3 | ||||
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile index 3a8e8caaff85..a07aeff31ad7 100644 --- a/sysutils/lxinput/Makefile +++ b/sysutils/lxinput/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput% MAINTAINER= nemysis@gmx.ch COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes MAN1= lxinput.1 diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 9600b3cdbacf..a23ab2532454 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -12,10 +12,9 @@ COMMENT= Lightweight desktop-independent task manager LICENSE= GPLv2 -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes PORTDOCS= AUTHORS README TODO diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 7f17caafbc74..0acd556a9700 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -13,8 +13,7 @@ COMMENT= GNOME frontend to the PolicyKit framework LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_XZ= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes |