summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2002-02-28 23:33:13 +0000
committerwiz <wiz>2002-02-28 23:33:13 +0000
commit0af884f975e377d310c158abb54fb92de9ee9561 (patch)
tree8b19e21b05979a0467ee2153592cf94e235a866a /mk
parente808d500120e096c617785293db190e0a89ccfdf (diff)
downloadpkgsrc-0af884f975e377d310c158abb54fb92de9ee9561.tar.gz
Remove unused NEED_NCURSES code fragment.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 61ed788d549..b163858dd2e 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.933 2002/02/28 14:42:39 fredb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.934 2002/02/28 23:33:13 wiz Exp $
#
# This file is in the public domain.
#
@@ -213,10 +213,6 @@ MAKE_ENV+= F77="${F77}"
MAKE_ENV+= FC="${FC}"
.endif
-.if ((defined(NEED_NCURSES)) && (${NEED_NCURSES} == YES))
-DEPENDS+= ncurses>=5.0:../../devel/ncurses
-.endif
-
# Automatically increase process limit where necessary for building.
_ULIMIT_CMD=
.if defined(UNLIMIT_RESOURCES)