summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-23 13:14:43 +0000
committerjlam <jlam@pkgsrc.org>2001-10-23 13:14:43 +0000
commitdff59f9ec3fce115212f12209d16f2eb7efc230a (patch)
treec71c5298b558906fd133ec61d9111ec38e51b68d /mk
parent936b41aaa1ea35b5419d2d89a11c464a758ad424 (diff)
downloadpkgsrc-dff59f9ec3fce115212f12209d16f2eb7efc230a.tar.gz
x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
Diffstat (limited to 'mk')
-rw-r--r--mk/x11.buildlink.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/x11.buildlink.mk b/mk/x11.buildlink.mk
index ed17f513e58..8c8cf9b2a97 100644
--- a/mk/x11.buildlink.mk
+++ b/mk/x11.buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: x11.buildlink.mk,v 1.9 2001/10/20 03:00:16 jlam Exp $
+# $NetBSD: x11.buildlink.mk,v 1.10 2001/10/23 13:15:00 jlam Exp $
#
# This Makefile fragment is included by packages that use X11.
#
@@ -10,6 +10,9 @@
#
# NOTE: This file must be included _before_ bsd.pkg.mk.
# NOTE: This file should _not_ be included in any package's buildlink.mk file.
+# NOTE: This file should be included _before_ any buildlink.mk files that
+# use X11_BUILDLINK_MK as a test value. Generally, this file should be
+# included before the other buildlink.mk files.
.if !defined(X11_BUILDLINK_MK)
X11_BUILDLINK_MK= # defined