summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 18:10:30 +0000
commite1598249298974c6e8c61c34d927acabee345542 (patch)
tree5883afe298a5f232e854b104fc944ca19c4f7e7f /editors
parentUpdate to 6.4.4 (diff)
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316464
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/Makefile2
-rw-r--r--editors/cooledit/Makefile2
-rw-r--r--editors/gedit/Makefile2
-rw-r--r--editors/ghex/Makefile2
-rw-r--r--editors/gnotepad+/Makefile2
-rw-r--r--editors/gobby/Makefile2
-rw-r--r--editors/leafpad/Makefile2
-rw-r--r--editors/madedit/Makefile2
-rw-r--r--editors/morla/Makefile2
-rw-r--r--editors/mp/Makefile2
-rw-r--r--editors/p5-Padre/Makefile2
-rw-r--r--editors/poedit/Makefile2
-rw-r--r--editors/py-room/Makefile2
-rw-r--r--editors/setedit/Makefile2
-rw-r--r--editors/ssed/Makefile2
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/xemacs21-mule/Makefile2
-rw-r--r--editors/xmlcopyeditor/Makefile2
-rw-r--r--editors/zim/Makefile2
-rw-r--r--editors/zoinks/Makefile2
20 files changed, 20 insertions, 20 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index f5562596baca..72225f26c6e8 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -23,7 +23,7 @@ CLANG_DESC= Clang code-completion
USE_WX= 2.9
WX_UNICODE= yes
USE_DOS2UNIX= *.cpp
-USE_GETTEXT= yes
+USES= gettext
USE_LDCONFIG= lib/codelite
USE_CMAKE= yes
CMAKE_OUTSOURCE=yes
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index dd0cce34cbcb..c5c8d1c1ce30 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -17,7 +17,7 @@ COMMENT= Suite of utilities, including a GUI editor
USE_AUTOTOOLS= libtool
USE_PYTHON= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_XORG= x11 xt
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 6a1bda362d7d..ed8747ddb332 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
USE_XORG= sm
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index 882099d9dd63..b7691dd78ed7 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \
gnomedocutils
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile
index 932d07cff14c..71d9d74fe2cf 100644
--- a/editors/gnotepad+/Makefile
+++ b/editors/gnotepad+/Makefile
@@ -25,7 +25,7 @@ LICENSE_COMB= dual
USE_XORG= xpm
WANT_GNOME= yes
USE_GNOME= gnomeprefix gtk12
-USE_GETTEXT= yes
+USES= gettext
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index 38c9049df017..f3a497f50cbf 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+=--without-gtkspell
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ARGS+= --enable-nls
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index b03e5f234c57..5194b671fdeb 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= GTK+ based simple text editor
USE_GNOME= gtk20 desktopfileutils intlhack
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-chooser
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile
index c4474e97bb15..9a7c6a6df64d 100644
--- a/editors/madedit/Makefile
+++ b/editors/madedit/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= An open-source and cross-platform text/hex editor
-USE_GETTEXT= yes
+USES= gettext
USE_WX= 2.6+
WANT_UNICODE= yes
MAKE_JOBS_SAFE= yes
diff --git a/editors/morla/Makefile b/editors/morla/Makefile
index d228ba9b6787..415b3b30bb7c 100644
--- a/editors/morla/Makefile
+++ b/editors/morla/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gconf=auto
-USE_GETTEXT= yes
+USES= gettext
USE_GNOME= gconf2 libgtkhtml libxslt
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
diff --git a/editors/mp/Makefile b/editors/mp/Makefile
index 739f8d65ecc5..b46f60d51375 100644
--- a/editors/mp/Makefile
+++ b/editors/mp/Makefile
@@ -29,7 +29,7 @@ DATADIR= ${PREFIX}/share/mp-5
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --without-gettext
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index be7c2b1195b1..b0607c6dd73e 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -71,7 +71,7 @@ WX_COMPS= wx contrib
WX_UNICODE= yes
USE_DISPLAY= yes
PERL_CONFIGURE= yes
-USE_GETTEXT= yes
+USES= gettext
MAKE_JOBS_UNSAFE= yes
PLIST_SUB= WX_VERSION="${WX_VERSION}"
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index c1d2aa1c37ee..e7dddbcd8d7a 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -25,7 +25,7 @@ WX_CONF_ARGS= absolute
WX_UNICODE= yes
USE_BDB= yes
WITH_BDB_HIGHEST= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
diff --git a/editors/py-room/Makefile b/editors/py-room/Makefile
index 767bf07f2b5a..8c79e6ee24b0 100644
--- a/editors/py-room/Makefile
+++ b/editors/py-room/Makefile
@@ -19,7 +19,7 @@ COMMENT= PyRoom is a clone of WriteRoom and features "distraction-free writing"
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
FETCH_ARGS=
-USE_GETTEXT= yes
+USES= gettext
USE_PYTHON= yes
USE_GNOME= pygtk2
USE_PYDISTUTILS= yes
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile
index aca0101ea732..7d0b4ab6cdab 100644
--- a/editors/setedit/Makefile
+++ b/editors/setedit/Makefile
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --without-calendar
.if ! ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+= --no-intl
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_FILES= share/locale/es/LC_MESSAGES/setedit.mo \
share/locale/de/LC_MESSAGES/setedit.mo
.endif
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile
index f85952811433..e1343fda9876 100644
--- a/editors/ssed/Makefile
+++ b/editors/ssed/Makefile
@@ -24,7 +24,7 @@ MAN1= ssed.1
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
PLIST_SUB+= NLS=""
.endif
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index b15a5e6aa8c9..5f7a7a87eb66 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -75,7 +75,7 @@ MLINKS+= vim.1 gvim.1 vim.1 gview.1 vimdiff.1 gvimdiff.1 \
.if ${PORT_OPTIONS:MNLS}
MANLANG= "" ru.KOI8-R ru.UTF-8 pl.ISO8859-2 pl.UTF-8 pl fr.ISO8859-1 \
fr.UTF-8 fr it.ISO8859-1 it.UTF-8 it
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
MAKE_ARGS+= CONF_OPT_NLS="--disable-nls"
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 5dcc16919c7d..c97100a666cf 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -43,7 +43,7 @@ XEMACS_VER= ${XEMACS_REL}.22
XEMACS_ARCH= ${CONFIGURE_TARGET}
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_CSTD= gnu89
USE_XORG= xpm xbitmaps xaw
STRIP=
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
index 3f865817fee5..4c343b4f8600 100644
--- a/editors/xmlcopyeditor/Makefile
+++ b/editors/xmlcopyeditor/Makefile
@@ -16,7 +16,7 @@ USE_WX= 2.8+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
WX_UNICODE= yes
-USE_GETTEXT= yes
+USES= gettext
USE_DOS2UNIX= src/templates/DTD.dtd \
src/templates/OpenLearn_document.xml \
src/rng/docbookxi.rnc \
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index 18775001afc6..a373773c5a82 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0:${PORTSDIR}/devel/py-xdg \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
INSTALLS_ICONS= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GNOME= desktopfileutils gtk20 pygtk2 pygobject
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile
index 6c832f6622e4..e7e93b4ef277 100644
--- a/editors/zoinks/Makefile
+++ b/editors/zoinks/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --disable-imlib
.endif
.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls