mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
lang/lci: fix build on -HEAD
- Add USES+= readline to work around readline removal from base, which causes build-issues on 11.0-CURRENT - While there, remove GH_COMMIT Spotted by: Maxim Filimonov <che@bein.link> Differential Revision: https://reviews.freebsd.org/D2147 Approved by: koobs (mentor)
This commit is contained in:
parent
c560a85625
commit
f892aa4b4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382295
@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= justinmeza
|
||||
GH_COMMIT= 2464d0c
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USES= cmake
|
||||
USES= cmake readline
|
||||
PLIST_FILES= bin/lci
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lci-0.11.2.tar.gz) = 92a97b9dd35a68e29f256cf359026076daf6dcb381391808ad1b4f94a772c8be
|
||||
SIZE (lci-0.11.2.tar.gz) = 312142
|
||||
SHA256 (justinmeza-lci-0.11.2-v0.11.2_GH0.tar.gz) = cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2
|
||||
SIZE (justinmeza-lci-0.11.2-v0.11.2_GH0.tar.gz) = 312257
|
||||
|
Loading…
Reference in New Issue
Block a user