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-canna/Makefile | |
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-canna/Makefile')
-rw-r--r-- | japanese/scim-canna/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index 8b13e0f369e1..a6956a308768 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-canna -# Date created: 2005-04-03 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= scim-canna PORTVERSION= 1.0.0 @@ -21,8 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ |