diff options
Diffstat (limited to 'chinese/scim-fcitx/Makefile')
-rw-r--r-- | chinese/scim-fcitx/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index c3bcdc84f1c2..7468ff3a831f 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-scim-fcitx -# Date created: 8 May 2007 -# Whom: Yinghong Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 3.1.1 @@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An SCIM IMEngine module for fcitx +COMMENT= SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |