From 50c28128f2ef196caf67619027335a44b005641d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 27 Jan 2024 16:46:40 +0100 Subject: [PATCH] comms/lrzsz: do not link with libbe(3) Submitted by: Dmitry Lukhtionov PR: 276613 --- comms/lrzsz/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 5413112787be..6a4ef5a42333 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,6 +1,6 @@ PORTNAME= lrzsz PORTVERSION= 0.12.20 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms MASTER_SITES= http://ohse.de/uwe/releases/ @@ -26,4 +26,7 @@ NLS_USES= gettext NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/lrzsz.mo NLS_CONFIGURE_ENABLE= nls +post-patch: + ${REINPLACE_CMD} '/checking for syslog/,+140d' ${WRKSRC}/configure + .include