diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /russian | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.zst freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip |
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')
-rw-r--r-- | russian/X.language/Makefile | 4 | ||||
-rw-r--r-- | russian/netscape4.language/Makefile | 4 |
2 files changed, 4 insertions, 4 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 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 |