summaryrefslogtreecommitdiffstats
path: root/x11/XFree86
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
committerasami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
commit29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch)
tree3bb5b393873800151e81765a428cde4ee349f14b /x11/XFree86
parenta6079bdd0586409f9612215ee38ad459104e2d51 (diff)
downloadFreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip
FreeBSD-ports-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz
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 'x11/XFree86')
-rw-r--r--x11/XFree86/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 75ff15d..ad26c08 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:
OpenPOWER on IntegriCloud