diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-03-12 12:01:38 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-03-12 12:01:38 +0800 |
commit | b1fc74c8aae39adaeeb5ea2f1c60deaeaf1afa01 (patch) | |
tree | d69126b657219e74f94b4257f80c8711c3a40d1a /sysutils | |
parent | 8167f04b65a5b5cd9be090b69d56d5dde944f991 (diff) | |
download | freebsd-ports-gnome-b1fc74c8aae39adaeeb5ea2f1c60deaeaf1afa01.tar.gz freebsd-ports-gnome-b1fc74c8aae39adaeeb5ea2f1c60deaeaf1afa01.tar.zst freebsd-ports-gnome-b1fc74c8aae39adaeeb5ea2f1c60deaeaf1afa01.zip |
- Chase libpci shlib bump
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/flashrom/Makefile | 3 | ||||
-rw-r--r-- | sysutils/nvtv/Makefile | 4 | ||||
-rw-r--r-- | sysutils/vbetool/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 529158519b41..f26a634d2cb3 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -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 diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile index a2d801f20892..198e51d57053 100644 --- a/sysutils/nvtv/Makefile +++ b/sysutils/nvtv/Makefile @@ -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 diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 0be1f05d659f..b3facde882b7 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -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 |