diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-14 05:39:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-14 05:39:06 +0800 |
commit | 40ba000935cf419289327e258529bbbdce5484b5 (patch) | |
tree | bb19ab61dcfdad2d7d6e10bf97ac7a17c04902d1 /japanese/scim-honoka-plugin-wnn | |
parent | 7cccd8b50eb97e94310f8e167b5252e81813b64a (diff) | |
download | freebsd-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/scim-honoka-plugin-wnn')
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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}" \ |