summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorgrant <grant>2004-02-14 00:59:28 +0000
committergrant <grant>2004-02-14 00:59:28 +0000
commitd944cc2bc9f79b30dcf8cce3fd7b4a13ff1d1829 (patch)
treeab2fae8ff1c5d5ae5d115d100c4c91df39958e45 /devel/cscope
parent98cfb66ac8da5e0fc899bf9c8433434dde7aa651 (diff)
downloadpkgsrc-d944cc2bc9f79b30dcf8cce3fd7b4a13ff1d1829.tar.gz
USE_GNU_TOOLS+=lex.
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 5c0a6867711..367abc5c6a5 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/02/14 00:54:44 grant Exp $
+# $NetBSD: Makefile,v 1.32 2004/02/14 00:59:28 grant Exp $
#
DISTNAME= cscope-15.4
@@ -12,17 +12,10 @@ COMMENT= Interactive C program browser
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
+USE_GNU_TOOLS+= lex
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses}
CONFIGURE_ARGS+= --with-flex
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
-LEX= ${LOCALBASE}/bin/flex
-.endif
-
CONFIGURE_ENV+= LEX=${LEX}
.include "../../devel/ncurses/buildlink2.mk"