diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 12:01:38 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 12:01:38 +0800 |
commit | 5b4e6e1880842d04f80e9a1c9b82c80727da7e1e (patch) | |
tree | 78ddb2bbb6ab41c47a976b3311c0b51312a8c350 /sysutils/vbetool | |
parent | ac87a08db23b71d7bf10dbc41b6a4a7fec7716d3 (diff) | |
download | freebsd-ports-gnome-5b4e6e1880842d04f80e9a1c9b82c80727da7e1e.tar.gz freebsd-ports-gnome-5b4e6e1880842d04f80e9a1c9b82c80727da7e1e.tar.zst freebsd-ports-gnome-5b4e6e1880842d04f80e9a1c9b82c80727da7e1e.zip |
- Chase libpci shlib bump
Diffstat (limited to 'sysutils/vbetool')
-rw-r--r-- | sysutils/vbetool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |