aboutsummaryrefslogtreecommitdiff
path: root/devel/editline/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-07 20:08:54 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-07 20:08:54 +0000
commit4dd376d603002903c14c463597d11e961b89ac6a (patch)
tree4c86c712a7618d955fb78f604daa855d3ad3b7e7 /devel/editline/Makefile
parent654fe488d5450e7b40e0dafc817e61d1a9d5ddf0 (diff)
downloadports-4dd376d603002903c14c463597d11e961b89ac6a.tar.gz
ports-4dd376d603002903c14c463597d11e961b89ac6a.zip
x11/xterm: remove termcap linkage (part of ncurses work)
The linking isn't required. approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408451
Diffstat (limited to 'devel/editline/Makefile')
-rw-r--r--devel/editline/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index 6b85505efb17..1efbaaf248cd 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -22,4 +22,7 @@ PORTDOCS= *
CONFLICTS_INSTALL= libedit-*
+post-patch:
+ ${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am
+
.include <bsd.port.mk>