git: 7c872f83639b - main - net-mgmt/virt-viewer: add missing pod2man build dependency

Roman Bogorodskiy novel at FreeBSD.org
Wed Apr 28 13:20:59 UTC 2021


The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c872f83639bc9d43d1a07d16c6b7795b18e45d0

commit 7c872f83639bc9d43d1a07d16c6b7795b18e45d0
Author:     Roman Bogorodskiy <novel at FreeBSD.org>
AuthorDate: 2021-04-28 13:17:41 +0000
Commit:     Roman Bogorodskiy <novel at FreeBSD.org>
CommitDate: 2021-04-28 13:20:37 +0000

    net-mgmt/virt-viewer: add missing pod2man build dependency
    
    Fails to build if pod2man is not installed.
    
    Reported by:    pkg-fallout
---
 net-mgmt/virt-viewer/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile
index 19b76f5100b0..8ae88e1b42f2 100644
--- a/net-mgmt/virt-viewer/Makefile
+++ b/net-mgmt/virt-viewer/Makefile
@@ -15,6 +15,7 @@ USES=		cpe desktop-file-utils gettext gettext-tools gmake gnome \
 CPE_VENDOR=	redhat
 USE_GNOME=	gtk30 libxml2
 INSTALLS_ICONS=	yes
+USE_PERL5=	build # pod2man
 USE_XORG=	xorgproto
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 


More information about the dev-commits-ports-all mailing list