diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-15 20:27:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-15 20:27:30 +0800 |
commit | f9bd02898969a8cc357054bc648c778074269143 (patch) | |
tree | 72429f7830052f2a851cc4d2b985d9f8ef191f1c /chinese | |
parent | 5a38b64de0994002bc5019391d6a7b501232ebee (diff) | |
download | freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.tar.gz freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.tar.zst freebsd-ports-gnome-f9bd02898969a8cc357054bc648c778074269143.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx-chewing/Makefile | 11 | ||||
-rw-r--r-- | chinese/fcitx-chewing/pkg-descr | 2 | ||||
-rw-r--r-- | chinese/fcitx-configtool/Makefile | 2 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 8 | ||||
-rw-r--r-- | chinese/scim-fcitx/Makefile | 10 |
5 files changed, 10 insertions, 23 deletions
diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile index 3268ef5827df..17f7df302222 100644 --- a/chinese/fcitx-chewing/Makefile +++ b/chinese/fcitx-chewing/Makefile @@ -1,15 +1,12 @@ -# New ports collection makefile for: fcitx-chewing -# Date created: 6 Feb 2012 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= fcitx-chewing PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= fcitx DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com @@ -19,9 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ chewing:${PORTSDIR}/chinese/libchewing USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool -PROJECTHOST= fcitx - .include <bsd.port.mk> diff --git a/chinese/fcitx-chewing/pkg-descr b/chinese/fcitx-chewing/pkg-descr index 1c434f6bb3ec..b9e8d109156d 100644 --- a/chinese/fcitx-chewing/pkg-descr +++ b/chinese/fcitx-chewing/pkg-descr @@ -1,4 +1,4 @@ fcitx-chewing provides Chewing, an intelligent phonetic input method engine, as a back-end to the Fcitx IM framework. -WWW: http://code.google.com/p/fcitx/ +WWW: http://code.google.com/p/fcitx/ diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile index 5dbe4e5bf712..770c0bba5bdb 100644 --- a/chinese/fcitx-configtool/Makefile +++ b/chinese/fcitx-configtool/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx USE_XZ= yes USE_GNOME= intltool gnomehack -USES= cmake gettext +USES= cmake gettext pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 3b6ec438a1a2..083ad1d795ca 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-gcin -# Date created: Feb 18 2004 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= gcin PORTVERSION= 2.8.0 @@ -22,7 +18,7 @@ USE_XZ= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N USE_GNOME= gtk20 -USE_GMAKE= YES +USES= gmake pkgconfig USE_XORG= x11 xtst xext INSTALLS_ICONS= YES USE_LDCONFIG= YES diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index c3bcdc84f1c2..7468ff3a831f 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-scim-fcitx -# Date created: 8 May 2007 -# Whom: Yinghong Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 3.1.1 @@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An SCIM IMEngine module for fcitx +COMMENT= SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |