diff options
-rw-r--r-- | devel/cscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index dca00002f9f..6d101239a9e 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/30 20:31:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/05/30 20:42:23 dmcmahill Exp $ DISTNAME= cscope-15.0bl2 PKGNAME= cscope-15.0.2 @@ -20,7 +20,7 @@ CURSES_GOOD?= .endfor .if !defined(CURSES_GOOD) -DEPEND+= ncurses>=5.0:../../devel/ncurses +DEPENDS+= ncurses>=5.0:../../devel/ncurses CONFIGURE_ARGS+=--with-ncurses=${LOCALBASE} |