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 /www/ashe | |
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 'www/ashe')
-rw-r--r-- | www/ashe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ashe/Makefile b/www/ashe/Makefile index 8597f2ab963d..23d4308d0838 100644 --- a/www/ashe/Makefile +++ b/www/ashe/Makefile @@ -5,7 +5,7 @@ # # WARNING WARNING: Requires Motif to compile & link # -# $Id: Makefile,v 1.3 1996/04/11 08:59:26 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:40:39 asami Exp $ # DISTNAME= ashe-1.1.2 @@ -17,6 +17,6 @@ DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z REQUIRES_MOTIF= yes NO_WRKSUBDIR= yes -USE_X11= yes +USE_X_PREFIX= yes .include <bsd.port.mk> |