From ceba2112833ea325577af308d27cad5d00490059 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 5 Aug 1998 09:31:52 +0000 Subject: 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. --- x11/XFree86/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11/XFree86/Makefile') diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 75ff15d96637..ad26c08489f9 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.41 1998/05/05 21:47:21 jmz Exp $ +# $Id: Makefile,v 1.42 1998/07/03 05:01:55 cwt Exp $ # DISTNAME= xc @@ -27,11 +27,13 @@ MAINTAINER= jmz@FreeBSD.ORG IS_INTERACTIVE= yes # configure script asks questions NO_PACKAGE= package available from XFree86 -USE_X11= yes ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet +# can't use USE_X_PREFIX here -- it will cause a circular dependency +PREFIX= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11.dist .if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO) pre-fetch: -- cgit v1.2.3