diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-11 19:38:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-11 19:38:28 +0800 |
commit | ecb3a53fcad12bccf4ff2be9cc4253025a7e4e3b (patch) | |
tree | 9f9e34857da47098df5b6b1e1123c6e6e2bbcbd8 /lang/lci | |
parent | 5051c86f16c6e4519e83d8b247fa9a3eb43056cb (diff) | |
download | freebsd-ports-gnome-ecb3a53fcad12bccf4ff2be9cc4253025a7e4e3b.tar.gz freebsd-ports-gnome-ecb3a53fcad12bccf4ff2be9cc4253025a7e4e3b.tar.zst freebsd-ports-gnome-ecb3a53fcad12bccf4ff2be9cc4253025a7e4e3b.zip |
- Fix build on head
- Using readline from ports isn't necessary
Reported by: pkg-fallout
Diffstat (limited to 'lang/lci')
-rw-r--r-- | lang/lci/Makefile | 5 |
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> |