1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Chase libpci shlib bump

This commit is contained in:
Dima Panov 2010-03-12 04:01:38 +00:00
parent ac87a08db2
commit 5b4e6e1880
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250937
4 changed files with 8 additions and 6 deletions

View File

@ -7,13 +7,14 @@
PORTNAME= flashrom
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://qa.coreboot.org/releases/
MAINTAINER= avl@FreeBSD.org
COMMENT= A utility for reading, writing, verifying and erasing flash ROM chips
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci
USE_BZIP2= yes
USE_GMAKE= yes

View File

@ -7,7 +7,7 @@
PORTNAME= nvtv
PORTVERSION= 0.4.7
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= SF/nv-tv-out/${PORTNAME}-src/${PORTVERSION}
DISTNAME= nvtv-${PORTVERSION}
@ -15,7 +15,7 @@ DISTNAME= nvtv-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= TV output on nvidia card
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci
ONLY_FOR_ARCHS= i386

View File

@ -7,6 +7,7 @@
PORTNAME= vbetool
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \
${MASTER_SITE_LOCAL}
@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jkim@FreeBSD.org
COMMENT= An application for executing video card BIOS code
LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci \
LIB_DEPENDS= pci.3:${PORTSDIR}/devel/libpci \
x86.1:${PORTSDIR}/devel/libx86
PLIST_FILES= sbin/vbetool

View File

@ -7,7 +7,7 @@
PORTNAME= xf86-video-radeonhd
PORTVERSION= 1.3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
@ -26,7 +26,7 @@ MAN4= radeonhd.4x
.include <bsd.port.pre.mk>
.if defined(WITH_UTILS)
LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci
LIB_DEPENDS+= pci.3:${PORTSDIR}/devel/libpci
PLIST_SUB= UTILS=""
CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
PCIUTILS_LIBS="-L${LOCALBASE}/lib"