diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
commit | 95ea403f649d35f0c39296eb2099ac8f61130d59 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /chinese | |
parent | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (diff) | |
download | freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.gz freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.zst freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/librime/Makefile | 3 | ||||
-rw-r--r-- | chinese/scim-tables/Makefile | 2 | ||||
-rw-r--r-- | chinese/sunpinyin/Makefile | 8 |
3 files changed, 4 insertions, 9 deletions
diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 93b0a8e8b189..ad214722b757 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ opencc:${PORTSDIR}/chinese/opencc \ yaml-cpp:${PORTSDIR}/devel/yaml-cpp -USES= cmake +USES= cmake pkgconfig USE_GETTEXT= yes -USE_PKGCONFIG= yes USE_LDCONFIG= yes USE_XORG= xproto USE_PERL5_BUILD= yes diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile index 927404c28b9a..635dc62dec7f 100644 --- a/chinese/scim-tables/Makefile +++ b/chinese/scim-tables/Makefile @@ -13,9 +13,9 @@ COMMENT= SCIM table based Chinese input methods BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PKGCONFIG= build .include <bsd.port.pre.mk> diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 4d7c8de35dcc..210adf2d6fa4 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sunpinyin -# Date created: 10 Nov 2011 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= sunpinyin DISTVERSION= 2.0.4rc2 @@ -26,11 +22,11 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL.LICENSE LICENSE_FILE_CDDL= ${WRKSRC}/OPENSOLARIS.LICENSE +USES= pkgconfig USE_XZ= yes USE_SCONS= yes SCONS_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USE_PKGCONFIG= yes USE_GMAKE= yes post-patch: |