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/netscape4.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/netscape4.language')
-rw-r--r-- | russian/netscape4.language/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/netscape4.language/Makefile b/russian/netscape4.language/Makefile index 239f9f3a97a2..42c12d563d90 100644 --- a/russian/netscape4.language/Makefile +++ b/russian/netscape4.language/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.12 1996/12/08 01:15:22 max Exp $ +# $Id: Makefile,v 1.13 1998/06/27 05:19:29 asami Exp $ # PKGNAME= ru-netscape-3.01 @@ -18,7 +18,7 @@ RESTRICTED= "Includes a copyrighted file from Netscape" NO_EXTRACT= YES NO_BUILD= YES NO_WRKDIR= YES -USE_X11= YES +USE_X_PREFIX= YES APPDEF = ${X11BASE}/lib/X11/app-defaults |