diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-08-21 03:55:26 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-08-21 03:55:26 +0000 |
commit | a9b6ee3bf7d7a11e93b94065a5837a18c32fef87 (patch) | |
tree | e95ef4952c693b9b62ad9b29c2ebce35806d4139 /x11/yad | |
parent | www/py-django-overextends: update to 0.4.2 (updates supported Django versions) (diff) |
- Fix build. Build uses gettext independently of NLS.
Notes
Notes:
svn path=/head/; revision=420536
Diffstat (limited to 'x11/yad')
-rw-r--r-- | x11/yad/Makefile | 8 |
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> |