diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-02-26 02:05:29 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-02-26 02:05:29 +0000 |
commit | 896fe624dcb9ba7d4f2948fe270157d8e4b1d3fa (patch) | |
tree | acfcc595d6ecf8d454a84f6225d68f1428d53136 /devel/libpciaccess/Makefile | |
parent | 3f8859a4ae07cf70ae5933983424b6bed953d3ca (diff) | |
download | ports-896fe624dcb9ba7d4f2948fe270157d8e4b1d3fa.tar.gz ports-896fe624dcb9ba7d4f2948fe270157d8e4b1d3fa.zip |
Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.
Submitted by: Nathan Whitehorn <nwhitehorn@freebsd.org>
Notes
Notes:
svn path=/head/; revision=229064
Diffstat (limited to 'devel/libpciaccess/Makefile')
-rw-r--r-- | devel/libpciaccess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile index 6b972bb62f5e..e72a155e96a1 100644 --- a/devel/libpciaccess/Makefile +++ b/devel/libpciaccess/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpciaccess PORTVERSION= 0.10.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org |