Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2024 07:55:23 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7cc60aed5189 - main - devel/libpciaccess: add RUN_DEPENDS=mics/hwdata
Message-ID:  <202411250755.4AP7tN1A031076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 7cc60aed518973c0a137d7b1c601a6e09ca55989
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-25 07:43:06 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-25 07:43:06 +0000

    devel/libpciaccess: add RUN_DEPENDS=mics/hwdata
    
    libpciaccess search and use existing pci_ids database, pull dependency on
    
    Sponsored by:   Future Crew, LLC
---
 devel/libpciaccess/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile
index 94c3f2d6930a..12d8ec9b3daf 100644
--- a/devel/libpciaccess/Makefile
+++ b/devel/libpciaccess/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libpciaccess
 PORTVERSION=	0.18.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +10,8 @@ WWW=		https://www.freedesktop.org/wiki/Software/xlibs/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=    hwdata>0:misc/hwdata
+
 USES=		tar:xz xorg-cat:lib,meson
 INSTALL_TARGET=	install-strip
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411250755.4AP7tN1A031076>