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-tomoe | |
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-tomoe')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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}" \ |