diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 04:01:38 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-03-12 04:01:38 +0000 |
commit | 5b4e6e1880842d04f80e9a1c9b82c80727da7e1e (patch) | |
tree | 78ddb2bbb6ab41c47a976b3311c0b51312a8c350 /x11-drivers | |
parent | ac87a08db23b71d7bf10dbc41b6a4a7fec7716d3 (diff) | |
download | ports-5b4e6e1880842d04f80e9a1c9b82c80727da7e1e.tar.gz ports-5b4e6e1880842d04f80e9a1c9b82c80727da7e1e.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index 34bd07fea43f..a4a546f22ad9 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -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" |