diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-15 12:27:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-15 12:27:30 +0000 |
commit | 2d9b5a640b61146297285b94093ac6e62d7c238d (patch) | |
tree | 72429f7830052f2a851cc4d2b985d9f8ef191f1c /chinese/scim-fcitx | |
parent | 413b2a3af36f5de7dc6700bed846912d51bffe4c (diff) | |
download | ports-2d9b5a640b61146297285b94093ac6e62d7c238d.tar.gz ports-2d9b5a640b61146297285b94093ac6e62d7c238d.zip |
Notes
Diffstat (limited to 'chinese/scim-fcitx')
-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 |