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/blast | |
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 'x11/blast')
-rw-r--r-- | x11/blast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 48dcb611d382..a5dc957681cc 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.6 1998/01/29 15:51:38 jseger Exp $ +# $Id: Makefile,v 1.7 1998/04/11 02:35:57 jseger Exp $ # DISTNAME= blast-1.0-ss-10.20 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \ MAINTAINER= jseger@FreeBSD.org -USE_X11= yes +USE_X_PREFIX= yes MAN1= blast.1 WRKSRC= ${WRKDIR}/blast-1.0 |