diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
commit | 9f16a4e58a80e0bb4b5a0fff030ff416dba10992 (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /chinese/scim-pinyin | |
parent | 58933da8b9c1e700f7139194f89eec65c1c57f66 (diff) | |
download | freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.gz freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.zst freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'chinese/scim-pinyin')
-rw-r--r-- | chinese/scim-pinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index be337d36c429..0f572a68f544 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -13,8 +13,7 @@ BUILD_DEPENDS= scim>=1.2.0:${PORTSDIR}/textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack -USES= pathfix iconv -USE_GMAKE= yes +USES= pathfix iconv gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --disable-skim-support |