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 /russian/X.language | |
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 'russian/X.language')
-rw-r--r-- | russian/X.language/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 8c848b26d79a..5480ad0b75f5 100644 --- a/russian/X.language/Makefile +++ b/russian/X.language/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Aug 1995 # Whom: ache # -# $Id: Makefile,v 1.18 1998/07/29 16:11:22 ache Exp $ +# $Id: Makefile,v 1.20 1998/08/03 08:49:00 ache Exp $ # DISTNAME= ru-X11-3.3 @@ -23,7 +23,7 @@ RUN_DEPENDS= ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86 NO_WRKSUBDIR= YES NO_BUILD= YES -USE_X11= YES +USE_X_PREFIX= YES PKGTMP = ${X11BASE}/.Xinstmp XLIB = ${X11BASE}/lib/X11 |