diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-27 15:18:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-27 15:18:12 +0000 |
commit | 3675902ba15a80b06b73ac716d6dad856a485c9f (patch) | |
tree | caa47b5c74293fbd2677da5e5bc9f1409e3c67c4 /mk/x11.version.mk | |
parent | 1f696545c6d66cc963b402252fb2f34f58e818c9 (diff) | |
download | pkgsrc-3675902ba15a80b06b73ac716d6dad856a485c9f.tar.gz |
Remove XFree86.
Diffstat (limited to 'mk/x11.version.mk')
-rw-r--r-- | mk/x11.version.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mk/x11.version.mk b/mk/x11.version.mk index 0f55ca61740..90fe3f2abd7 100644 --- a/mk/x11.version.mk +++ b/mk/x11.version.mk @@ -1,10 +1,10 @@ -# $NetBSD: x11.version.mk,v 1.4 2006/06/05 17:11:37 joerg Exp $ +# $NetBSD: x11.version.mk,v 1.5 2006/09/27 15:18:15 joerg Exp $ # # The following variables may be set in /etc/mk.conf: # # X11_TYPE sets the X11 distribution used when building X11 packages. -# Possible values are "xorg" (use x11/xorg-libs), "XFree86" (use -# x11/XFree86-libs), or "native" (use the native X11 distribution). +# Possible values are "xorg" (use x11/xorg-libs), or "native" +# (use the native X11 distribution). # The default X11_TYPE is "native" unless defined for a specific # operating system in mk/platform/${OPSYS}.mk. # @@ -25,7 +25,6 @@ # X11_PKGSRCDIR.native= ../../pkgtools/x11-links -X11_PKGSRCDIR.XFree86= ../../x11/XFree86-libs X11_PKGSRCDIR.xorg= ../../x11/xorg-libs # Makefiles that include this file can access the version of the X11 |