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
commitbd240195d87980977eb465ae918487a3c61c36dc (patch)
treeab2fae8ff1c5d5ae5d115d100c4c91df39958e45 /devel/cscope
parent9bedccce41e572066fe51f356597a696c3f9e0dc (diff)
downloadpkgsrc-bd240195d87980977eb465ae918487a3c61c36dc.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"