diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-17 20:27:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-17 20:27:30 +0000 |
commit | e09f68cb6b28ba299da00e48be3e72b20fc9c046 (patch) | |
tree | e01f1fb12427ddd451a83c16d1eab11df0301e21 /mk/x11.buildlink3.mk | |
parent | 988d227a2f305777b0febedd25459f5855619652 (diff) | |
download | pkgsrc-e09f68cb6b28ba299da00e48be3e72b20fc9c046.tar.gz |
Remove infrastructure side of Xorg 6.9 support. Begin to simplify
some of the cases of X11_TYPE usage -- it will stay with modular|native,
so don't bother with keeping the separation in the tool list.
Diffstat (limited to 'mk/x11.buildlink3.mk')
-rw-r--r-- | mk/x11.buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/x11.buildlink3.mk b/mk/x11.buildlink3.mk index 52c4c638522..e197c0a268c 100644 --- a/mk/x11.buildlink3.mk +++ b/mk/x11.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: x11.buildlink3.mk,v 1.7 2006/12/01 13:05:53 joerg Exp $ +# $NetBSD: x11.buildlink3.mk,v 1.8 2007/08/17 20:27:30 joerg Exp $ # # This Makefile fragment is meant to be included by packages that # require an X11 distribution. x11.buildlink3.mk will include the @@ -18,9 +18,9 @@ USE_X11= yes # Sanity checks. # -. if ${X11_TYPE} != "native" && ${X11_TYPE} != "xorg" +. if ${X11_TYPE} != "native" _WRONG_X11_TYPE:= ${X11_TYPE} -PKG_FAIL_REASON+= "[x11.version.mk] X11_TYPE must either be \"xorg\" or \"native\", but not \"${_WRONG_X11_TYPE:Q}\"." +PKG_FAIL_REASON+= "Do not include x11.version.mk for X11_TYPE != \"native\"." X11_TYPE:= native X11BASE:= /usr . endif |