diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-14 19:48:49 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-14 19:48:49 +0000 |
commit | c49ab8b797a616dbdb3755be08396f9817a18e7b (patch) | |
tree | cec2ca3920cf2bd7a54f5c154dc488799c0619ca /x11-themes | |
parent | db533faaee0de0b5a2a81dd9a26d7113d0ad4682 (diff) | |
download | ports-c49ab8b797a616dbdb3755be08396f9817a18e7b.tar.gz ports-c49ab8b797a616dbdb3755be08396f9817a18e7b.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index cd2db8de2d04..651c6665c0be 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -15,11 +15,10 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= glib20 gnomehack gtk20 USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined -USES= pkgconfig +USES= pkgconfig gmake CONFIGURE_ARGS+=--disable-glibtest \ --enable-gtk2 \ --disable-gtk3 -NO_STAGE= yes .include <bsd.port.mk> |