Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 16:01:55 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383738 - head/lang/lci
Message-ID:  <201504101601.t3AG1tRP074156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504101601.t3AG1tRP074156>