aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/gcin/Makefile
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-03-24 04:00:23 +0800
committerchinsan <chinsan@FreeBSD.org>2009-03-24 04:00:23 +0800
commit5b4342af836fb4d777359973477e4b0eb3a66472 (patch)
tree6710aac24d965ab4c2486e9b7fa76f5392bd36fb /chinese/gcin/Makefile
parent7fd3ec9d6df01c74cf3054e5111e2775b691baed (diff)
downloadfreebsd-ports-gnome-5b4342af836fb4d777359973477e4b0eb3a66472.tar.gz
freebsd-ports-gnome-5b4342af836fb4d777359973477e4b0eb3a66472.tar.zst
freebsd-ports-gnome-5b4342af836fb4d777359973477e4b0eb3a66472.zip
- Reduce depenency on japanese/anthy
- Bump PORTREVISION Suggested by: kevlo@ Source from: caleb
Diffstat (limited to 'chinese/gcin/Makefile')
-rw-r--r--chinese/gcin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 6c5aad0765f4..59f523f3021e 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcin
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= chinese textproc gnome
MASTER_SITES= http://cle.linux.org.tw/gcin/download/:main \
http://ftp.twaren.net/local-distfiles/gcin/:main \
@@ -17,8 +18,6 @@ EXTRACT_ONLY= gcin-${PORTVERSION}.tar.bz2
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A traditional chinese input utility in X
-BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy
-
CONFLICTS= zh-gcin-devel-[0-9]*
LATEST_LINK= yes
@@ -44,6 +43,7 @@ BROKEN= does not compile
.endif
.if defined(WITH_ANTHY)
+BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy
RUN_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy
.endif