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.version.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.version.mk')
-rw-r--r-- | mk/x11.version.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/x11.version.mk b/mk/x11.version.mk index 03a8e211908..9c09a83f88e 100644 --- a/mk/x11.version.mk +++ b/mk/x11.version.mk @@ -1,4 +1,4 @@ -# $NetBSD: x11.version.mk,v 1.6 2006/10/26 17:08:08 rillig Exp $ +# $NetBSD: x11.version.mk,v 1.7 2007/08/17 20:27:31 joerg Exp $ # # The following variables may be set in /etc/mk.conf: # @@ -25,7 +25,6 @@ # X11_PKGSRCDIR.native= ../../pkgtools/x11-links -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}}. |