diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /editors | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit-plugins/Makefile | 3 | ||||
-rw-r--r-- | editors/yzis/Makefile | 3 |
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}" \ |