summaryrefslogtreecommitdiff
path: root/devel/flex
diff options
context:
space:
mode:
authorgrant <grant>2004-02-24 15:17:54 +0000
committergrant <grant>2004-02-24 15:17:54 +0000
commitab6bcbb58cb48951dd761c9f1b3cf97a063c915f (patch)
treecd4437997fbd6cadfd08a78897cad0a0ac863b4c /devel/flex
parent8f92a951d49f6b02ae67247ae8b07acb3d85ee8e (diff)
downloadpkgsrc-ab6bcbb58cb48951dd761c9f1b3cf97a063c915f.tar.gz
replace /usr/bin/yacc test with USE_GNU_TOOLS+=yacc to provide a
working yacc(1).
Diffstat (limited to 'devel/flex')
-rw-r--r--devel/flex/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile
index 84079d4c708..2fe2dd7c4d2 100644
--- a/devel/flex/Makefile
+++ b/devel/flex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:13:28 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/24 15:17:54 grant Exp $
DISTNAME= flex-2.5.4a
CATEGORIES= lang
@@ -10,12 +10,8 @@ COMMENT= Fast clone of lex(1), the lexical scanner generator
WRKSRC= ${WRKDIR}/flex-2.5.4
GNU_CONFIGURE= YES
+USE_GNU_TOOLS+= yacc
TEST_TARGET= check
-.if !exists(/usr/bin/yacc)
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-YACC= ${PREFIX}/bin/bison -y
-.endif
-
.include "../../mk/bsd.pkg.mk"