aboutsummaryrefslogtreecommitdiffstats
path: root/devel/editline
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-06-14 16:20:19 +0800
committermarino <marino@FreeBSD.org>2016-06-14 16:20:19 +0800
commit5ba89db68a9d5ddf4d8d9f9b4173346c4fa86b9f (patch)
tree866695b0d5a60b7ecae8ec5a401c5a17e7075cc7 /devel/editline
parent31779944506f3a7e60cc091a98acdffa6554a0a8 (diff)
downloadfreebsd-ports-gnome-5ba89db68a9d5ddf4d8d9f9b4173346c4fa86b9f.tar.gz
freebsd-ports-gnome-5ba89db68a9d5ddf4d8d9f9b4173346c4fa86b9f.tar.zst
freebsd-ports-gnome-5ba89db68a9d5ddf4d8d9f9b4173346c4fa86b9f.zip
devel/editline: USES+= ncurses
It's no longer required to remove -ltermcap references; the new configure script will search for curses, ncurses, etc, but now one of these libraries is mandatory. Approved by: infrastructure blanket (ncurses)
Diffstat (limited to 'devel/editline')
-rw-r--r--devel/editline/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index e197692b6224..7afe096a6297 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -9,7 +9,7 @@ COMMENT= Minix editline: A free readline() for UNIX
LICENSE= BSD4CLAUSE
-USES= autoreconf libtool
+USES= autoreconf libtool ncurses
USE_GITHUB= yes
GH_ACCOUNT= troglobit
@@ -20,7 +20,6 @@ INSTALL_TARGET= install-strip
PORTDOCS= *
post-patch:
- ${REINPLACE_CMD} 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am
${REINPLACE_CMD} '/^pkgconfigdir/s|=.*|= ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.am
# rename to libeditline.3 to avoid conflict with libedit