summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-23 04:21:02 +0000
committerjlam <jlam>2001-08-23 04:21:02 +0000
commit55082df8eae33a5989ad6dd00fd1f25b2c7292a9 (patch)
tree374fee20d3c6948252acb3ad868e71fdde4e0494 /mk
parent18215da0415f358be7d88cb755a2153a01874199 (diff)
downloadpkgsrc-55082df8eae33a5989ad6dd00fd1f25b2c7292a9.tar.gz
Set the default BUILDLINK_X11_DIR to ${X11BASE} so that in the absence
of x11.buildlink.mk, it still points to a working X11R6 hierarchy.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index df3f5a0eeeb..d7ed93b5f85 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.799 2001/08/22 17:34:19 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.800 2001/08/23 04:21:02 jlam Exp $
#
# This file is in the public domain.
#
@@ -116,6 +116,11 @@ X11PREFIX= ${X11BASE}
XMKMF_CMD?= ${X11PREFIX}/bin/xmkmf
.endif
+# Set the default BUILDLINK_X11_DIR to ${X11BASE} so that in the absence
+# of x11.buildlink.mk, it still points to a working X11R6 hierarchy.
+#
+BUILDLINK_X11_DIR?= ${X11BASE}
+
.if defined(USE_MOTIF12)
USE_MOTIF= # defined
.endif