svn commit: r420536 - head/x11/yad

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Aug 21 03:55:28 UTC 2016


Author: danilo
Date: Sun Aug 21 03:55:26 2016
New Revision: 420536
URL: https://svnweb.freebsd.org/changeset/ports/420536

Log:
  - Fix build. Build uses gettext independently of NLS.

Modified:
  head/x11/yad/Makefile

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Sun Aug 21 00:18:53 2016	(r420535)
+++ head/x11/yad/Makefile	Sun Aug 21 03:55:26 2016	(r420536)
@@ -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>


More information about the svn-ports-all mailing list