1
0
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:
Adam Weinberger 2014-07-29 22:44:10 +00:00
parent af65230fd3
commit 5ebed607cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363405
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -11,7 +11,7 @@ COMMENT= Lambda calculus interpreter
LICENSE= GPLv2
USES= perl5
USES= perl5 readline
USE_PERL5= build
GNU_CONFIGURE= yes

View File

@ -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>