diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-03-24 04:00:23 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-03-24 04:00:23 +0800 |
commit | 5b4342af836fb4d777359973477e4b0eb3a66472 (patch) | |
tree | 6710aac24d965ab4c2486e9b7fa76f5392bd36fb /chinese/gcin/Makefile | |
parent | 7fd3ec9d6df01c74cf3054e5111e2775b691baed (diff) | |
download | freebsd-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/Makefile | 4 |
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 |