diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-17 04:32:09 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-17 04:32:09 +0000 |
commit | 8e4b08f8222011d63a93f12eb692aa0d9ed22a0b (patch) | |
tree | cdd4655c2f984bce4c7e711db413645d3dd52a1a /chinese/xcin25 | |
parent | 96668ce8dda0e3ad1761cfbfb53e98b77f1ffae1 (diff) | |
download | FreeBSD-ports-8e4b08f8222011d63a93f12eb692aa0d9ed22a0b.zip FreeBSD-ports-8e4b08f8222011d63a93f12eb692aa0d9ed22a0b.tar.gz |
fix some rules problems.
Reviewed by: asami
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 40daa46..40e2c05 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$ +# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $ # DISTNAME= xcin-2.3.01 @@ -18,19 +18,18 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kc USE_X11= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+=-prefix="${X11BASE}" \ +CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" MAN1= xcin.1 cin2tab.1 -.if !defined(USE_24_FONT) +.if defined(USE_24_FONT) +CONFIGURE_ARGS+=-use-24-fonts +.else pre-fetch: @echo @echo You can set USE_24_FONT=YES if you want to use 24 fonts @echo as default when xcin is running. @echo -.else -pre-configure: -CONFIGURE_ARGS+=-use-24-fonts .endif .include <bsd.port.mk> |