aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2013-04-24 15:35:40 +0800
committerak <ak@FreeBSD.org>2013-04-24 15:35:40 +0800
commit13feb6e9c86e3bbcaac393343b3b6a912b9372db (patch)
tree83aac97dcee746842718f1f34dfa58caca71df28 /x11-toolkits
parent4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff)
downloadfreebsd-ports-graphics-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.gz
freebsd-ports-graphics-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.zst
freebsd-ports-graphics-13feb6e9c86e3bbcaac393343b3b6a912b9372db.zip
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gal2/Makefile3
-rw-r--r--x11-toolkits/gtkglextmm/Makefile3
-rw-r--r--x11-toolkits/gtkmm30/Makefile3
-rw-r--r--x11-toolkits/gtksourceview3/Makefile3
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile3
-rw-r--r--x11-toolkits/libgnomeui/Makefile3
-rw-r--r--x11-toolkits/libsexy/Makefile3
-rw-r--r--x11-toolkits/sakura/Makefile3
8 files changed, 8 insertions, 16 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile
index 1aba25ad9f3..6c1d5be5572 100644
--- a/x11-toolkits/gal2/Makefile
+++ b/x11-toolkits/gal2/Makefile
@@ -20,9 +20,8 @@ USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui ltverhack
-USE_GETTEXT= yes
USE_XORG= x11
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile
index f59aa521fb3..19c2dd3b1d0 100644
--- a/x11-toolkits/gtkglextmm/Makefile
+++ b/x11-toolkits/gtkglextmm/Makefile
@@ -14,8 +14,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_BZIP2= yes
-USE_GETTEXT= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gettext
USE_GNOME= gnomeprefix gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile
index 751e5412b59..1f6de37e3b9 100644
--- a/x11-toolkits/gtkmm30/Makefile
+++ b/x11-toolkits/gtkmm30/Makefile
@@ -20,11 +20,10 @@ LATEST_LINK= gtkmm30
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
-USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= gtk30 ltverhack glibmm cairomm atkmm pangomm
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index 58b72167b82..5abc63887a2 100644
--- a/x11-toolkits/gtksourceview3/Makefile
+++ b/x11-toolkits/gtksourceview3/Makefile
@@ -17,11 +17,10 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= gnomeprefix gtk30 libxml2 intlhack ltverhack referencehack
CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
--enable-introspection
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 4fa8322ae92..685962bb847 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -18,10 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc
USE_BZIP2= yes
USE_XORG= x11 xpm
USE_GMAKE= yes
-USES= bison pathfix
+USES= bison pathfix gettext
USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \
intlhack ltverhack
-USE_GETTEXT= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_BISON= build
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 76754a89c7f..d61fed2a418 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -20,10 +20,9 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-USE_GETTEXT= yes
USE_XORG= sm
USE_GMAKE= yes
-USES= bison pathfix
+USES= bison pathfix gettext
USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \
referencehack gvfs
USE_LDCONFIG= yes
diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile
index b79c7a09669..774d6e2a7c5 100644
--- a/x11-toolkits/libsexy/Makefile
+++ b/x11-toolkits/libsexy/Makefile
@@ -17,10 +17,9 @@ LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
USE_GNOME= gnomehack lthack gtk20 libxml2
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= pkgconfig gettext
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile
index 4bf03fb1c80..8210131c508 100644
--- a/x11-toolkits/sakura/Makefile
+++ b/x11-toolkits/sakura/Makefile
@@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A terminal emulator based on GTK and VTE
USE_GNOME= vte
-USE_GETTEXT= yes
-USES= cmake pkgconfig
+USES= cmake pkgconfig gettext
USE_BZIP2= yes
MAN1= sakura.1