summaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r--devel/cscope/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index a34cf73dec8..f0c5d1ec6c0 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/06/08 12:57:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/14 02:10:57 hubertf Exp $
DISTNAME= cscope-15.0bl2
PKGNAME= cscope-15.0.2
@@ -10,11 +10,11 @@ HOMEPAGE= http://cscope.sourceforge.net/
GNU_CONFIGURE= YES
-OSVER!= uname -r
+.include "../../mk/bsd.prefs.mk"
GOOD_CURSES= 1.4[S-Z] 1.4Z[A-Z] 1.[5-9]*
.for PATTERN in ${GOOD_CURSES}
-.if ${OSVER:M${PATTERN}} != ""
+.if ${OS_VERSION:M${PATTERN}} != ""
CURSES_GOOD?=
.endif
.endfor