1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Fix build on head

- Using readline from ports isn't necessary

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-05-11 11:38:28 +00:00
parent f646cf6602
commit 0d2a5aa1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386068

View File

@ -2,7 +2,7 @@
PORTNAME= lci
PORTVERSION= 0.11.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MAINTAINER= che@bein.link
@ -15,7 +15,8 @@ USE_GITHUB= yes
GH_ACCOUNT= justinmeza
GH_TAGNAME= v${PORTVERSION}
USES= cmake readline:port
USES= cmake readline
CFLAGS+= ${CPPFLAGS}
PLIST_FILES= bin/lci
.include <bsd.port.mk>