aboutsummaryrefslogtreecommitdiff
path: root/lang/lci
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-11 11:38:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-11 11:38:28 +0000
commit0d2a5aa1d0c3ec87eb233faf6363bc2f4f291538 (patch)
tree9f9e34857da47098df5b6b1e1123c6e6e2bbcbd8 /lang/lci
parentf646cf6602b414bdd9a16d60938a972836802504 (diff)
downloadports-0d2a5aa1d0c3ec87eb233faf6363bc2f4f291538.tar.gz
ports-0d2a5aa1d0c3ec87eb233faf6363bc2f4f291538.zip
- Fix build on head
- Using readline from ports isn't necessary Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=386068
Diffstat (limited to 'lang/lci')
-rw-r--r--lang/lci/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/lci/Makefile b/lang/lci/Makefile
index 938ef17f16d0..46e392e594c7 100644
--- a/lang/lci/Makefile
+++ b/lang/lci/Makefile
@@ -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>