aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2016-08-21 03:55:26 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2016-08-21 03:55:26 +0000
commita9b6ee3bf7d7a11e93b94065a5837a18c32fef87 (patch)
treee95ef4952c693b9b62ad9b29c2ebce35806d4139 /x11
parentfc2bb469ebe5bf52d6a51bde32ecf09b484fb3ca (diff)
downloadports-a9b6ee3bf7d7a11e93b94065a5837a18c32fef87.tar.gz
ports-a9b6ee3bf7d7a11e93b94065a5837a18c32fef87.zip
- Fix build. Build uses gettext independently of NLS.
Notes
Notes: svn path=/head/; revision=420536
Diffstat (limited to 'x11')
-rw-r--r--x11/yad/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/yad/Makefile b/x11/yad/Makefile
index 6de0d70f34f7..517f32cf13ea 100644
--- a/x11/yad/Makefile
+++ b/x11/yad/Makefile
@@ -14,8 +14,8 @@ LICENSE= GPLv3
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= gettext-runtime gmake pkgconfig tar:xz
-USE_GNOME= cairo
+USES= gettext gmake pkgconfig tar:xz
+USE_GNOME= cairo intltool
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
@@ -33,9 +33,9 @@ OPTIONS_DEFAULT= GTK2
NLS_CONFIGURE_OFF= --disable-nls
GTK2_CONFIGURE_ON= --with-gtk=gtk2
-GTK2_USE= GNOME=gtk20,intltool
+GTK2_USE= GNOME=gtk20
GTK3_CONFIGURE_ON= --with-gtk=gtk3
-GTK3_USE= GNOME=gtk30,intltool
+GTK3_USE= GNOME=gtk30
ICONBROWSER_CONFIGURE_ENABLE= icon-browser
.include <bsd.port.options.mk>