summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-14 10:08:01 +0000
committerjlam <jlam@pkgsrc.org>2002-11-14 10:08:01 +0000
commit62a470a75583725f9febbab3024976e7e0c6faf8 (patch)
treecfcf55396e6dcfd87cf5eeeb0f2be9ba86e33624
parent84962fe7764f034fa667f6354a623eb399fa2d29 (diff)
downloadpkgsrc-62a470a75583725f9febbab3024976e7e0c6faf8.tar.gz
Remove HAVE_OPENWINDOWS. Packages that wonder whether X11 is OpenWindows
can just test whether X11BASE is /usr/openwin (see x11.buildlink2.mk).
-rw-r--r--mk/defs.SunOS.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 63d2e394aa3..4a79cbaf5a6 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.33 2002/10/27 18:27:11 bouyer Exp $
+# $NetBSD: defs.SunOS.mk,v 1.34 2002/11/14 10:08:01 jlam Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -130,8 +130,3 @@ ZOULARISBASE:= ${LOCALBASE}
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
.endif
PKG_TOOLS_BIN?= ${ZOULARISBASE}/bin
-
-.if ${X11BASE} == "/usr/openwin"
-HAVE_OPENWINDOWS= YES
-.endif
-