diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:09:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:09:34 +0800 |
commit | 8e6b31ad5b457c26dbe00f25ea3db4d53c0f3aa6 (patch) | |
tree | 8611a546748d271605af5abf02bb058804c98539 /sysutils | |
parent | 008672f0eebfc8b1a13a6e34a2fbbb4069d3e84a (diff) | |
download | freebsd-ports-gnome-8e6b31ad5b457c26dbe00f25ea3db4d53c0f3aa6.tar.gz freebsd-ports-gnome-8e6b31ad5b457c26dbe00f25ea3db4d53c0f3aa6.tar.zst freebsd-ports-gnome-8e6b31ad5b457c26dbe00f25ea3db4d53c0f3aa6.zip |
Re-use gmake
Approved by: portmgr (bapt)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-settings-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 4d2773c72a27..e5ab65eeedaf 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -22,7 +22,7 @@ CONFLICTS= gnome-settings-daemon-3.[0-9]* USE_XORG= xxf86misc USE_BZIP2= yes -USES= pathfix gettext pkgconfig +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop libgnomekbd USE_GSTREAMER= good USE_LDCONFIG= yes |