diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /chinese/ted | |
parent | (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it (diff) |
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/ted')
-rw-r--r-- | chinese/ted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index e3b7d2582acf..63abe1119247 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> |