diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-20 03:29:43 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-20 03:29:43 +0800 |
commit | 3291b3d810c758e88f13aa72c2000272d133878b (patch) | |
tree | 6fd4e6f0278855a241e96df3b806364f9ac78e23 /chinese/xcin25/Makefile | |
parent | 69ed70474db293e27a1eb5c93c09b4c27fee36cd (diff) | |
download | freebsd-ports-gnome-3291b3d810c758e88f13aa72c2000272d133878b.tar.gz freebsd-ports-gnome-3291b3d810c758e88f13aa72c2000272d133878b.tar.zst freebsd-ports-gnome-3291b3d810c758e88f13aa72c2000272d133878b.zip |
Make it compatible with zh-kcfonts, and enable crxvt.
Diffstat (limited to 'chinese/xcin25/Makefile')
-rw-r--r-- | chinese/xcin25/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 40e2c05d441c..6baa11449505 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> # -# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $ +# $Id: Makefile,v 1.2 1997/12/17 04:32:09 vanilla Exp $ # DISTNAME= xcin-2.3.01 @@ -14,13 +14,13 @@ MASTER_SITES= ftp://ftp.ncu.edu.tw/OS/linux/chinese/xcin/ \ MAINTAINER= yssu@CCCA.NCTU.edu.tw -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kcfonts +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" -MAN1= xcin.1 cin2tab.1 +MAN1= xcin.1 crxvt.1 cin2tab.1 .if defined(USE_24_FONT) CONFIGURE_ARGS+=-use-24-fonts |