diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-12-23 08:47:57 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-12-23 08:47:57 +0000 |
commit | 4e7ee53b066b82f31a5fc9c610a4cda7a85c0d72 (patch) | |
tree | 52416e0f5e7ff7f94dd63378d28f69626bcc91a8 /x11-drivers | |
parent | 62d0e722b6ce7f91dc70254798d8c5f447ef555b (diff) | |
download | ports-4e7ee53b066b82f31a5fc9c610a4cda7a85c0d72.tar.gz ports-4e7ee53b066b82f31a5fc9c610a4cda7a85c0d72.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index f25bf192a8b2..01471599095c 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-radeonhd -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,9 +15,10 @@ COMMENT= X.Org ati RadeonHD display driver OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off XORG_CAT= driver -USE_XORG= videoproto xextproto +USE_XORG= damageproto videoproto xextproto xf86driproto +CONFIGURE_ARGS= --enable-exa -CONFLICT= xf86-video-radeonhd-devel-[0-9]* +CONFLICTS= xf86-video-radeonhd-devel-[0-9]* MAN4= radeonhd.4x |