summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-12 16:30:04 +0000
committerwiz <wiz@pkgsrc.org>2001-12-12 16:30:04 +0000
commit9d774a36a344698e17adf7ae175665d6ffe02f33 (patch)
tree19a54ec29b9bb3d717df2c93068e78647e692320 /mk/bsd.prefs.mk
parentec5a65751e4ef1ffef3d311e951fc6f3b8f422ff (diff)
downloadpkgsrc-9d774a36a344698e17adf7ae175665d6ffe02f33.tar.gz
Retire USE_CURSES, which was superseded by devel/ncurses/buildlink.mk, and
has now been purged from pkgsrc.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index c1409da9093..f487dd150e1 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.66 2001/12/12 12:31:15 abs Exp $
+# $NetBSD: bsd.prefs.mk,v 1.67 2001/12/12 16:30:06 wiz Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -243,21 +243,6 @@ HAVE_BUILTIN_XPM= YES
.undef __BUILTIN_XPM
.endif # CHECK_XPM
-.if defined(USE_CURSES) && !defined(NEED_NCURSES)
-NEED_NCURSES= NO
-.if ${OPSYS} == "NetBSD"
-_INCOMPAT_CURSES= 0.* 1.[0123]* 1.4.* 1.4[A-X]
-.for PATTERN in ${_INCOMPAT_CURSES}
-.if ${OS_VERSION:M${PATTERN}} != ""
-NEED_NCURSES= YES
-.endif
-.endfor
-.endif
-# we can NOT pass the NEED_NCURSES flag down as every required package
-# will start to require ncurses, which is not true (and raises some
-# recursive dependency problems!)
-.endif # USE_CURSES
-
LOCALBASE?= ${DESTDIR}/usr/pkg
X11BASE?= ${DESTDIR}/usr/X11R6
CROSSBASE?= ${LOCALBASE}/cross