diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /textproc | |
parent | fixed a mozc-el build issue (diff) |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316407
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fcitx-m17n/Makefile | 3 | ||||
-rw-r--r-- | textproc/kdiff3/Makefile | 3 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 3 | ||||
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile index e242b9470c1e..e2f1b13e4e68 100644 --- a/textproc/fcitx-m17n/Makefile +++ b/textproc/fcitx-m17n/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ m17n:${PORTSDIR}/devel/m17n-lib USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool .include <bsd.port.mk> diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 9032a91a52b0..eac02dae1200 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -15,9 +15,8 @@ MAINTAINER= brucec@FreeBSD.org COMMENT= A KDE4 graphical frontend for diff USE_KDE4= kdelibs libkonq kdeprefix kdehier automoc4 -USES= cmake +USES= cmake gettext USE_QT4= moc_build qmake_build rcc_build uic_build -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes post-patch: diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 497f2a529a60..14c4c2dc9f9b 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -11,9 +11,8 @@ COMMENT= A GNOME tool to find strings in a set of files LICENSE= GPLv2 # (or later) -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_GNOME= gnomehier libgnomeui -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile index 3683cbb5ff05..6e505c0652e8 100644 --- a/textproc/scim-openvanilla/Makefile +++ b/textproc/scim-openvanilla/Makefile @@ -20,9 +20,8 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libltdl WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes -USES= pkgconfig +USES= pkgconfig gettext GNU_CONFIGURE= yes CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/ CPPFLAGS+= -I${LOCALBASE}/include |