aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-14 05:39:06 +0800
committerantoine <antoine@FreeBSD.org>2013-09-14 05:39:06 +0800
commit40ba000935cf419289327e258529bbbdce5484b5 (patch)
treebb19ab61dcfdad2d7d6e10bf97ac7a17c04902d1 /japanese
parent7cccd8b50eb97e94310f8e167b5252e81813b64a (diff)
downloadfreebsd-ports-gnome-40ba000935cf419289327e258529bbbdce5484b5.tar.gz
freebsd-ports-gnome-40ba000935cf419289327e258529bbbdce5484b5.tar.zst
freebsd-ports-gnome-40ba000935cf419289327e258529bbbdce5484b5.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/scim-anthy/Makefile9
-rw-r--r--japanese/scim-canna/Makefile9
-rw-r--r--japanese/scim-honoka-plugin-wnn/Makefile9
-rw-r--r--japanese/scim-prime/Makefile9
-rw-r--r--japanese/scim-skk/Makefile8
-rw-r--r--japanese/scim-tomoe/Makefile9
-rw-r--r--japanese/scim-uim/Makefile9
7 files changed, 14 insertions, 48 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile
index 10a663d8fafc..fc3c24d95bc7 100644
--- a/japanese/scim-anthy/Makefile
+++ b/japanese/scim-anthy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-anthy
-# Date created: 2 Mar 2005
-# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= scim-anthy
PORTVERSION= 1.2.7
@@ -21,8 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
kasumi:${PORTSDIR}/japanese/kasumi
USE_GNOME= lthack
-USES= iconv
-USE_GMAKE= yes
+USES= gmake iconv pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile
index 8b13e0f369e1..a6956a308768 100644
--- a/japanese/scim-canna/Makefile
+++ b/japanese/scim-canna/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-canna
-# Date created: 2005-04-03
-# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
-#
+# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= scim-canna
PORTVERSION= 1.0.0
@@ -21,8 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_AUTOTOOLS= libtool
USE_GNOME= lthack
-USES= iconv
-USE_GMAKE= yes
+USES= gmake iconv pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile
index d5dcee4a6229..1bf0705d34f3 100644
--- a/japanese/scim-honoka-plugin-wnn/Makefile
+++ b/japanese/scim-honoka-plugin-wnn/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-honoka-plugin-wnn
-# Date created: 4 Jun 2006
-# Whom: Masashi CHIBA
-#
+# Created by: Masashi CHIBA
# $FreeBSD$
-#
PORTNAME= scim-honoka-plugin-wnn
PORTVERSION= 0.9.0
@@ -22,9 +18,8 @@ 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
-USES= gettext iconv pathfix
+USES= gettext gmake iconv pathfix pkgconfig
USE_GNOME= lthack
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile
index dedc02e4082d..efabf448ce3c 100644
--- a/japanese/scim-prime/Makefile
+++ b/japanese/scim-prime/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-prime
-# Date created: 2005-10-10
-# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
-#
+# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= scim-prime
PORTVERSION= 0.3.0
@@ -20,8 +16,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GNOME= lthack
-USES= iconv
-USE_GMAKE= yes
+USES= gmake iconv pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile
index 9b265de2c152..866795a65be0 100644
--- a/japanese/scim-skk/Makefile
+++ b/japanese/scim-skk/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: ja-scim-skk
-# Date created: 6 Apr 2005
-# Whom: Jun Mukai <mukai@jmuk.org>
-#
+# Created by: Jun Mukai <mukai@jmuk.org>
# $FreeBSD$
# $MCom: ports/japanese/scim-skk/Makefile,v 1.1 2006/09/30 05:17:05 ahze Exp $
@@ -19,8 +16,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_AUTOTOOLS= libtool
-USES= iconv
-USE_GMAKE= yes
+USES= gmake iconv pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile
index c1200ee12f73..9d296ee0464f 100644
--- a/japanese/scim-tomoe/Makefile
+++ b/japanese/scim-tomoe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-tomoe
-# Date created: 18 Dec 2005
-# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= scim-tomoe
PORTVERSION= 0.6.0
@@ -19,8 +15,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk
USE_GNOME= lthack intlhack
-USES= gettext iconv
-USE_GMAKE= yes
+USES= gettext gmake iconv pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile
index ad8234cadf8b..9b5738487ed7 100644
--- a/japanese/scim-uim/Makefile
+++ b/japanese/scim-uim/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-scim-uim
-# Date created: 15 Nov 2004
-# Whom: Seiya Yanagita <s_yanagita@ybb.ne.jp>
-#
+# Created by: Seiya Yanagita <s_yanagita@ybb.ne.jp>
# $FreeBSD$
-#
PORTNAME= scim-uim
PORTVERSION= 0.2.0
@@ -21,8 +17,7 @@ LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GNOME= lthack
-USES= iconv
-USE_GMAKE= yes
+USES= gmake iconv pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \