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 /math/siag | |
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 'math/siag')
-rw-r--r-- | math/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index c9a476d71c74..1c9851a59940 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.3 1998/03/07 00:21:29 itojun Exp $ +# $Id: Makefile,v 1.4 1998/07/06 17:41:14 itojun Exp $ # DISTNAME= siag-2.80 @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= itojun@itojun.org -USE_X11= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/siag do-build: |