mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add USES=libtool
This commit is contained in:
parent
8527bc1d3a
commit
3b7f9a966b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366840
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= flex
|
PORTNAME= flex
|
||||||
PORTVERSION= 2.5.39
|
PORTVERSION= 2.5.39
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \
|
||||||
gm4:${PORTSDIR}/devel/m4
|
gm4:${PORTSDIR}/devel/m4
|
||||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
USES= bison gmake makeinfo tar:bzip2
|
USES= bison gmake libtool makeinfo tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
# install flex header to its own dir to avoid conflict with system flex.
|
# install flex header to its own dir to avoid conflict with system flex.
|
||||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared
|
||||||
|
|
|
@ -2,9 +2,7 @@ bin/flex
|
||||||
bin/flex++
|
bin/flex++
|
||||||
include/flex/FlexLexer.h
|
include/flex/FlexLexer.h
|
||||||
lib/libfl.a
|
lib/libfl.a
|
||||||
lib/libfl.la
|
|
||||||
lib/libfl_pic.a
|
lib/libfl_pic.a
|
||||||
lib/libfl_pic.la
|
|
||||||
man/man1/flex.1.gz
|
man/man1/flex.1.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue