aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>