diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /chinese | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | FreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip FreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/kcfonts/Makefile | 4 | ||||
-rw-r--r-- | chinese/rxvt/Makefile | 4 | ||||
-rw-r--r-- | chinese/ted/Makefile | 4 | ||||
-rw-r--r-- | chinese/xcin/Makefile | 4 | ||||
-rw-r--r-- | chinese/xcin25/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/chinese/kcfonts/Makefile b/chinese/kcfonts/Makefile index 5e1c8bd..d8564bd 100644 --- a/chinese/kcfonts/Makefile +++ b/chinese/kcfonts/Makefile @@ -3,7 +3,7 @@ # Date Created: 5 Dec 1997 # Whom: Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW> # -# $Id: Makefile,v 1.4 1997/12/17 17:17:16 vanilla Exp $ +# $Id: Makefile,v 1.5 1997/12/24 07:58:40 vanilla Exp $ # DISTNAME= kcfonts-1.05 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/taiwan/ \ MAINTAINER= PA@FreeBSD.ee.Ntu.edu.TW -USE_X11= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 7ffa94c..84b4481 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.4 1997/12/19 19:23:18 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/01/05 17:30:59 vanilla Exp $ # DISTNAME= rxvt-2.4.5 @@ -15,7 +15,7 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin -USE_X11= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes MAN1= crxvt2.1 diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index e3b7d25..63abe11 100644 --- a/chinese/ted/Makefile +++ b/chinese/ted/Makefile @@ -3,7 +3,7 @@ # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.13 1998/05/14 09:34:13 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/06/24 14:53:00 vanilla Exp $ # DISTNAME= ted4.2h @@ -17,7 +17,7 @@ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/ted .include <bsd.port.mk> diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index a1d093f..030612a 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> # -# $Id: Makefile,v 1.5 1998/03/03 07:49:50 asami Exp $ +# $Id: Makefile,v 1.6 1998/03/09 07:07:17 vanilla Exp $ # DISTNAME= xcin-2.3.02 @@ -17,7 +17,7 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts -USE_X11= yes +USE_X_PREFIX= yes HAS_CONFIGURE= yes CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index a1d093f..030612a 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.5 1998/03/03 07:49:50 asami Exp $ +# $Id: Makefile,v 1.6 1998/03/09 07:07:17 vanilla Exp $ # DISTNAME= xcin-2.3.02 @@ -17,7 +17,7 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts -USE_X11= yes +USE_X_PREFIX= yes HAS_CONFIGURE= yes CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" |