summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-04 05:57:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-04 05:57:19 +0000
commit44e31ae72d99227d66e3751280a37003cd43d6f8 (patch)
treea915aa78d05c30fe0a26d8e485d4c05dbb4e7c09 /Mk/bsd.port.mk
parentUpgrade to 1.1.3beta. (diff)
Add USE_X11 for ports which are X11 users but don't use IMAKE.
Notes
Notes: svn path=/head/; revision=1286
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index bf4fdfa81425..2bbb24be028e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.130 1995/04/01 10:01:49 jkh Exp $
+# $Id: bsd.port.mk,v 1.131 1995/04/04 04:23:37 gpalmer Exp $
#
# Please view me with 4 column tabs!
@@ -81,6 +81,7 @@
# NO_DEPENDS - Don't verify build of dependencies.
# USE_GMAKE - Says that the port uses gmake.
# USE_IMAKE - Says that the port uses imake.
+# USE_X11 - Says that the port uses X11.
# NO_INSTALL_MANPAGES - For imake ports that don't like the install.man
# target.
# HAS_CONFIGURE - Says that the port has its own configure script.
@@ -164,7 +165,7 @@ PATCHDIR?= ${.CURDIR}/patches
SCRIPTDIR?= ${.CURDIR}/scripts
FILESDIR?= ${.CURDIR}/files
PKGDIR?= ${.CURDIR}/pkg
-.if defined(USE_IMAKE)
+.if defined(USE_IMAKE) || defined(USE_X11)
PREFIX?= ${X11BASE}
.else
PREFIX?= /usr/local