git: f3d69b8facb6 - main - security/libreswan: Fix build by providing xmlto.
Yuri Victorovich
yuri at FreeBSD.org
Mon Jul 26 01:52:32 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3d69b8facb62067486e98f69c20e6a0af073640
commit f3d69b8facb62067486e98f69c20e6a0af073640
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-07-26 01:51:29 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-07-26 01:52:26 +0000
security/libreswan: Fix build by providing xmlto.
W/out xmlto build is broken on some systems.
Reported by: fallout
---
security/libreswan/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/libreswan/Makefile b/security/libreswan/Makefile
index 0a01f537b014..94a277e6317b 100644
--- a/security/libreswan/Makefile
+++ b/security/libreswan/Makefile
@@ -13,6 +13,7 @@ COMMENT= IPsec and IKE based firewall
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= xmlto:textproc/xmlto # build requires xmlto, but manpages aren't installed: https://github.com/libreswan/libreswan/issues/479
LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent \
libldns.so:dns/ldns \
More information about the dev-commits-ports-all
mailing list