flex: only depend on bison.
This commit is contained in:
parent
3109195476
commit
b92abc0b0a
|
@ -4,7 +4,7 @@ version=2.5.35
|
|||
distfiles="$SOURCEFORGE_SITE/flex/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="The Fast Lexical Analyzer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b
|
||||
|
@ -22,6 +22,4 @@ long_desc="
|
|||
its input for occurrences of text matching the regular expressions for each
|
||||
rule. Whenever it finds a match, it executes the corresponding C code."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full bison
|
||||
Add_dependency full m4
|
||||
|
|
Loading…
Reference in New Issue