diff options
author | tron <tron@pkgsrc.org> | 2005-01-07 18:55:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-01-07 18:55:16 +0000 |
commit | 8762e22ac35e0a300b6275eda15b3ecff89875ef (patch) | |
tree | c83de8ce31cd84ea4d857d8416bac033d1c966b1 /x11/xservers | |
parent | 7d37fb9a8e4f5971f6e9630ace7137f25723485c (diff) | |
download | pkgsrc-8762e22ac35e0a300b6275eda15b3ecff89875ef.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/Makefile | 8 |
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 |