aboutsummaryrefslogtreecommitdiffstats
path: root/lang
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 /lang
parent4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff)
downloadfreebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.gz
freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.zst
freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.zip
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'lang')
-rw-r--r--lang/gjs/Makefile3
-rw-r--r--lang/vala/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile
index 4bdc5b23d62a..666747c100a9 100644
--- a/lang/gjs/Makefile
+++ b/lang/gjs/Makefile
@@ -19,12 +19,11 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
mozjs185:${PORTSDIR}/lang/spidermonkey185
USE_XZ= yes
-USE_GETTEXT= yes
USE_GMAKE= yes
USE_PYTHON_BUILD=yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack
-USES= pkgconfig
+USES= pkgconfig gettext
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
index 907ed8f4052c..f0bc140a7e10 100644
--- a/lang/vala/Makefile
+++ b/lang/vala/Makefile
@@ -12,12 +12,11 @@ COMMENT= Programming language and compiler that converts Vala code into C code
LICENSE= LGPL21
-USES= bison pathfix pkgconfig
+USES= bison pathfix pkgconfig gettext
USE_XZ= yes
USE_GNOME= glib20 gnomeprefix libxslt
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GETTEXT= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes