summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 30701b1e4a1..a4d3ae10434 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/07/21 16:43:17 martti Exp $
+# $NetBSD: Makefile,v 1.27 2003/08/02 18:17:44 kristerw Exp $
#
DISTNAME= cscope-15.4
@@ -11,6 +11,8 @@ HOMEPAGE= http://cscope.sourceforge.net/
COMMENT= Interactive C program browser
GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}