summaryrefslogtreecommitdiff
path: root/mk/x11.version.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-26 17:08:08 +0000
committerrillig <rillig@pkgsrc.org>2006-10-26 17:08:08 +0000
commit28e60d4230056d402fe2cf3d5cd07cbd228b2069 (patch)
tree0f26ef5316a2e77437dbca50b76f43269ad2b6ba /mk/x11.version.mk
parent39561d6a7ecd0cca1cb63a3269e4e3a21f72b216 (diff)
downloadpkgsrc-28e60d4230056d402fe2cf3d5cd07cbd228b2069.tar.gz
Replaced a .sinclude with .include to catch errors when X11_TYPE is not
one of "native" or "xorg". Failing with an error message in the right file is better than failing somewhere else with a completely obscure error message.
Diffstat (limited to 'mk/x11.version.mk')
-rw-r--r--mk/x11.version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/x11.version.mk b/mk/x11.version.mk
index 90fe3f2abd7..03a8e211908 100644
--- a/mk/x11.version.mk
+++ b/mk/x11.version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: x11.version.mk,v 1.5 2006/09/27 15:18:15 joerg Exp $
+# $NetBSD: x11.version.mk,v 1.6 2006/10/26 17:08:08 rillig Exp $
#
# The following variables may be set in /etc/mk.conf:
#
@@ -30,4 +30,4 @@ X11_PKGSRCDIR.xorg= ../../x11/xorg-libs
# Makefiles that include this file can access the version of the X11
# distribution as ${BUILTIN_X11_VERSION.${X11_TYPE}}.
#
-.sinclude "${X11_PKGSRCDIR.${X11_TYPE}}/version.mk"
+.include "${X11_PKGSRCDIR.${X11_TYPE}}/version.mk"