mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add USES=readline to fix build on current.
This commit is contained in:
parent
af65230fd3
commit
5ebed607cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363405
@ -11,14 +11,14 @@ COMMENT= Toolkit for constructing finite-state automata and transducers
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= bison gmake
|
||||
USES= bison gmake readline
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} fomalib.h fomalibconf.h ${STAGEDIR}${PREFIX}/include/
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} foma flookup cgflookup ${STAGEDIR}${PREFIX}/bin/
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} fomalib.h fomalibconf.h ${STAGEDIR}${PREFIX}/include/)
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} foma flookup cgflookup ${STAGEDIR}${PREFIX}/bin/)
|
||||
${INSTALL_LIB} ${WRKSRC}/libfoma.a ${STAGEDIR}${PREFIX}/lib/
|
||||
${INSTALL_LIB} ${WRKSRC}/libfoma.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfoma.so.0
|
||||
cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libfoma.so.0 libfoma.so
|
||||
(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libfoma.so.0 libfoma.so)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Lambda calculus interpreter
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 readline
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -12,7 +12,7 @@ COMMENT= A toolbox for the implementation of morphological analysers
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:tu}/src
|
||||
INSTALL_TARGET= install maninstall libinstall
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user