From e3fdfd4bf528f583832a79d968254ea43ceb3027 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 7 Jan 2005 18:55:16 +0000 Subject: Mention that one needs NetBSD 2.0 X11 sources now that XFree86 3.3.6 has been EOLed. --- x11/xservers/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11/xservers/Makefile') 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 -- cgit v1.2.3