summaryrefslogtreecommitdiff
path: root/lang/lci
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-04-10 16:01:54 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-04-10 16:01:54 +0000
commite9eadd50b0272140aae822b75cc884451fc417aa (patch)
tree8f83c551bbe3c6a89f9d332afd4ecd17f3e48081 /lang/lci
parentsecurity/linux-c6-openssl: update to 1.0.1e_5 (diff)
lang/lci: unbreak on 11.0-CURRENT
USES+= readline doesn't automatically imply using ports readline on platforms that don't have it in base. Work around by making that dependency explicit. Spotted by: Maxim Filimonov <che@bein.link> Discussed with: bapt
Notes
Notes: svn path=/head/; revision=383738
Diffstat (limited to 'lang/lci')
-rw-r--r--lang/lci/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lci/Makefile b/lang/lci/Makefile
index f8d6bfbf1de5..938ef17f16d0 100644
--- a/lang/lci/Makefile
+++ b/lang/lci/Makefile
@@ -2,6 +2,7 @@
PORTNAME= lci
PORTVERSION= 0.11.2
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= che@bein.link
@@ -14,7 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= justinmeza
GH_TAGNAME= v${PORTVERSION}
-USES= cmake readline
+USES= cmake readline:port
PLIST_FILES= bin/lci
.include <bsd.port.mk>