Date: Mon, 11 May 2015 11:38:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386068 - head/lang/lci Message-ID: <201505111138.t4BBcTEF097843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon May 11 11:38:28 2015 New Revision: 386068 URL: https://svnweb.freebsd.org/changeset/ports/386068 Log: - Fix build on head - Using readline from ports isn't necessary Reported by: pkg-fallout Modified: head/lang/lci/Makefile Modified: head/lang/lci/Makefile ============================================================================== --- head/lang/lci/Makefile Mon May 11 11:23:20 2015 (r386067) +++ head/lang/lci/Makefile Mon May 11 11:38:28 2015 (r386068) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505111138.t4BBcTEF097843>