Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 06:47:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527497 - head/sysutils/pciutils
Message-ID:  <202003010647.0216lfW0088268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  1 06:47:41 2020
New Revision: 527497
URL: https://svnweb.freebsd.org/changeset/ports/527497

Log:
  Use libpci of the same version to avoid build failure

Modified:
  head/sysutils/pciutils/Makefile

Modified: head/sysutils/pciutils/Makefile
==============================================================================
--- head/sysutils/pciutils/Makefile	Sun Mar  1 06:47:35 2020	(r527496)
+++ head/sysutils/pciutils/Makefile	Sun Mar  1 06:47:41 2020	(r527497)
@@ -14,6 +14,7 @@ COMMENT=	PCI configuration utilities
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	libpci>=${PORTVERSION}:devel/libpci
 LIB_DEPENDS=	libpci.so:devel/libpci
 RUN_DEPENDS=	${LOCALBASE}/share/pciids/pci.ids:misc/pciids
 



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