summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-26 10:44:28 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-26 10:44:28 +0000
commit83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch)
treee5e83d3ba0442c1c2f0b99c843428b36a8eb003d /editors
parent2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff)
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316596
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile3
-rw-r--r--editors/gedit-plugins/Makefile3
-rw-r--r--editors/yzis/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index debea8753dbd..fcd118648b65 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -27,8 +27,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
USE_ICONV= yes
-USE_GETTEXT= yes
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= libxml2 gtk20 desktopfileutils librsvg2 libxslt
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 1e4fc89a3d2e..7109198d756c 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -22,9 +22,8 @@ CONFLICTS= gedit-plugins-3.[0-9]*
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
-USES= pathfix
+USES= pathfix gettext
USE_GNOME= gnomeprefix intlhack gnomevfs2
WANT_GNOME= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile
index 4fd194208c04..d389bd742c09 100644
--- a/editors/yzis/Makefile
+++ b/editors/yzis/Makefile
@@ -16,14 +16,13 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_XORG= x11 xext ice
USE_LUA= 5.1
LUA_COMPS= lua
USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml
USE_PERL5= yes
-USES= cmake
+USES= cmake gettext
CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \
-DLUA_INCDIR:STRING="${LUA_INCDIR}" \
-DLUA_LIBDIR:STRING="${LUA_LIBDIR}" \