summaryrefslogtreecommitdiff
path: root/x11/xservers
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-01-07 18:55:16 +0000
committertron <tron@pkgsrc.org>2005-01-07 18:55:16 +0000
commite3fdfd4bf528f583832a79d968254ea43ceb3027 (patch)
treec83de8ce31cd84ea4d857d8416bac033d1c966b1 /x11/xservers
parent5ca06ca1479c74592d97ac9f97bd9901a5de7d70 (diff)
downloadpkgsrc-e3fdfd4bf528f583832a79d968254ea43ceb3027.tar.gz
Mention that one needs NetBSD 2.0 X11 sources now that XFree86 3.3.6
has been EOLed.
Diffstat (limited to 'x11/xservers')
-rw-r--r--x11/xservers/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile
index 67ef3b58bd9..896e708fcc6 100644
--- a/x11/xservers/Makefile
+++ b/x11/xservers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:13 wiz Exp $#
+# $NetBSD: Makefile,v 1.16 2005/01/07 18:55:16 tron Exp $#
DISTNAME= xservers-3.3.6.3
CATEGORIES= x11
@@ -35,12 +35,12 @@ MESSAGE_SUBST+= X11_SUBDIR=${X11_SUBDIR}
do-fetch:
.if defined(BSDXSRCDIR)
.if !exists(${BSDXSRCDIR}/xc/config/cf/NetBSD.cf)
- @${ECHO_MSG} "Cannot find NetBSD's X11 sources in ${BSDXSRCDIR}."
+ @${ECHO_MSG} "Cannot find NetBSD 2.0 (or older) X11 sources in ${BSDXSRCDIR}."
@${FALSE}
.endif
.else
- @${ECHO_MSG} "Please set BSDXSRCDIR in /etc/mk.conf, pointing it"
- @${ECHO_MSG} "to a directory that contains NetBSD's X11 sources."
+ @${ECHO_MSG} "Please set BSDXSRCDIR in /etc/mk.conf, pointing it to a"
+ @${ECHO_MSG} "directory that contains NetBSD 2.0 (or older) X11 sources."
@${FALSE}
.endif