diff options
author | obache <obache@pkgsrc.org> | 2013-02-23 02:59:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-23 02:59:56 +0000 |
commit | 4135f823aa998c93c38b1f01ea0c542462583ef2 (patch) | |
tree | 3b88cb75d23de0cc8ac86b9f1054666b7998710c /mk/bsd.prefs.mk | |
parent | 78edccd65ceb220efca8867e0c04ce6d3d42e1fb (diff) | |
download | pkgsrc-4135f823aa998c93c38b1f01ea0c542462583ef2.tar.gz |
native X11BASE=/usr on Cygwin.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 52196a395fb..7bd85934893 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.332 2013/02/15 09:19:17 obache Exp $ +# $NetBSD: bsd.prefs.mk,v 1.333 2013/02/23 02:59:56 obache Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -560,7 +560,7 @@ X11_TYPE?= modular . if ${OPSYS} == "SunOS" # On Solaris, we default to using OpenWindows for X11. X11BASE?= /usr/openwin -. elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1" || ${OPSYS} == "HPUX" +. elif ${OPSYS} == "Cygwin" || ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1" || ${OPSYS} == "HPUX" X11BASE?= /usr . elif !empty(MACHINE_PLATFORM:MDarwin-9.*-*) || \ !empty(MACHINE_PLATFORM:MDarwin-10.*-*) || \ |