summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-14 10:08:01 +0000
committerjlam <jlam>2002-11-14 10:08:01 +0000
commit29e95c450c83ec3cbc1238aacae7f84d61de5431 (patch)
treecfcf55396e6dcfd87cf5eeeb0f2be9ba86e33624
parent1258e8fcc32b4a433c41a9ab41aee57fac9c1b65 (diff)
downloadpkgsrc-29e95c450c83ec3cbc1238aacae7f84d61de5431.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
-