diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-13 21:39:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-13 21:39:06 +0000 |
commit | 0b973c721437cf424172ebc1e4b8bd6a24096b9a (patch) | |
tree | bb19ab61dcfdad2d7d6e10bf97ac7a17c04902d1 /japanese/scim-prime | |
parent | 5511fddafda936d485ea525e58bf9b64036f9e61 (diff) |
Notes
Diffstat (limited to 'japanese/scim-prime')
-rw-r--r-- | japanese/scim-prime/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile index dedc02e4082d..efabf448ce3c 100644 --- a/japanese/scim-prime/Makefile +++ b/japanese/scim-prime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-prime -# Date created: 2005-10-10 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= scim-prime PORTVERSION= 0.3.0 @@ -20,8 +16,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ |