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 /x11-toolkits/xview-clients | |
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.
Notes
Notes:
svn path=/head/; revision=12289
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index ca6a48456b24..d16de02b701c 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: ljo # -# $Id: Makefile,v 1.10 1996/11/15 16:12:19 erich Exp $ +# $Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp $ # DISTNAME= xview-clients @@ -14,7 +14,7 @@ DEPENDS= ${PORTSDIR}/x11/xview-lib WRKSRC= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients NO_WRKDIR= yes -USE_X11= yes +USE_X_PREFIX= yes do-fetch: do-extract: # don't use NO_EXTRACT, dependency won't work |