diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-09-27 20:02:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-09-27 20:02:36 +0000 |
commit | f5f04e336b19f4129e53a414e5b2a050acfc399f (patch) | |
tree | 7fe29d2a0fe9c02f28b81b1810db457cf13918be /x11-drivers/xf86-video-radeonhd | |
parent | 7658303a9db3858fa812e389c80b14f397626cbb (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index b7a039520efc..f25bf192a8b2 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.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -18,6 +18,8 @@ OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off XORG_CAT= driver USE_XORG= videoproto xextproto +CONFLICT= xf86-video-radeonhd-devel-[0-9]* + MAN4= radeonhd.4x .include <bsd.port.pre.mk> |