diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /japanese | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.zst freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 4 | ||||
-rw-r--r-- | japanese/gjiten/Makefile | 2 | ||||
-rw-r--r-- | japanese/ibus-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/ibus-skk/Makefile | 4 | ||||
-rw-r--r-- | japanese/kana-no-quiz/Makefile | 2 | ||||
-rw-r--r-- | japanese/kasumi/Makefile | 2 | ||||
-rw-r--r-- | japanese/mailman/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-honoka-plugin-romkan/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-honoka/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index bb0749c3cf5e..3f10d6526ae7 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -65,7 +65,7 @@ PORTDOCS= eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \ USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -78,7 +78,7 @@ APPENDIXDIR= ${DATADIR}/appendix .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ diff --git a/japanese/gjiten/Makefile b/japanese/gjiten/Makefile index b8d215e45113..e18e4885896d 100644 --- a/japanese/gjiten/Makefile +++ b/japanese/gjiten/Makefile @@ -31,7 +31,7 @@ GCONF_SCHEMAS= gjiten-dicfiles.schemas gjiten.schemas .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 2305b14c57ea..36c671a4a304 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/deve GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_GNOME= pygtk2 diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 604e3e61dc6c..5eadac96c026 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \ ibus-1.0:${PORTSDIR}/textproc/ibus USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool @@ -40,7 +40,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile index 025b18febaf9..e5a26b8d1e55 100644 --- a/japanese/kana-no-quiz/Makefile +++ b/japanese/kana-no-quiz/Makefile @@ -24,7 +24,7 @@ NO_BUILD= yes RM_FILES= CHANGES.txt FAL.txt GPL.txt RM_OPTS= -f -USE_GETTEXT= yes +USES= gettext USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 5a176ff888a7..f942f0550a88 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -30,7 +30,7 @@ MAN1= kasumi.1 CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/japanese/mailman/Makefile b/japanese/mailman/Makefile index db22eddb4970..f7abfa6ac669 100644 --- a/japanese/mailman/Makefile +++ b/japanese/mailman/Makefile @@ -27,7 +27,7 @@ CONFLICTS= mailman-2.1.* PORTSCOUT= limit:.*\.j\d+$$ USE_AUTOTOOLS= autoconf -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_RC_SUBR= mailman diff --git a/japanese/scim-honoka-plugin-romkan/Makefile b/japanese/scim-honoka-plugin-romkan/Makefile index 1986a936b56d..03c9d312ca0d 100644 --- a/japanese/scim-honoka-plugin-romkan/Makefile +++ b/japanese/scim-honoka-plugin-romkan/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile index 0701701e7064..fdb72658ea30 100644 --- a/japanese/scim-honoka-plugin-wnn/Makefile +++ b/japanese/scim-honoka-plugin-wnn/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \ ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \ ${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes diff --git a/japanese/scim-honoka/Makefile b/japanese/scim-honoka/Makefile index 8fcb827e4da6..04d077b502da 100644 --- a/japanese/scim-honoka/Makefile +++ b/japanese/scim-honoka/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} USE_LDCONFIG= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= lthack gnomehack USE_ICONV= yes USE_GMAKE= yes diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index 0c980dc11812..10a7da436678 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack intlhack -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index eee555f433fe..eed174a432b1 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -18,7 +18,7 @@ COMMENT= Tegaki Online MOji-ninshiki Engine USE_GNOME= lthack gnomehack GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_LDCONFIG= yes USE_RUBY= yes diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index 8eb4de0f6a38..5847e2cab3ef 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ USE_GNOME= lthack gtk20 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes PLIST_FILES= bin/uim-tomoe-gtk \ |