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 /graphics/vcg/Makefile | |
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 '')
-rw-r--r-- | graphics/vcg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 82beb92f59fa..7b56169dd22f 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -3,7 +3,7 @@ # Date created: 19 February 1995 # Whom: hsu # -# $Id: Makefile,v 1.5 1996/11/18 11:29:26 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 14:01:03 asami Exp $ # DISTNAME= vcg.1.30 @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ DISTFILES= vcg.1.30.r3.17.tgz -USE_X11= yes +USE_X_PREFIX= yes MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l pre-patch: |