svn commit: r383738 - head/lang/lci
Johannes Jost Meixner
xmj at FreeBSD.org
Fri Apr 10 16:01:55 UTC 2015
Author: xmj
Date: Fri Apr 10 16:01:54 2015
New Revision: 383738
URL: https://svnweb.freebsd.org/changeset/ports/383738
Log:
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 at bein.link>
Discussed with: bapt
Modified:
head/lang/lci/Makefile
Modified: head/lang/lci/Makefile
==============================================================================
--- head/lang/lci/Makefile Fri Apr 10 15:54:12 2015 (r383737)
+++ head/lang/lci/Makefile Fri Apr 10 16:01:54 2015 (r383738)
@@ -2,6 +2,7 @@
PORTNAME= lci
PORTVERSION= 0.11.2
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= che at 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>
More information about the svn-ports-all
mailing list