diff options
author | nork <nork@FreeBSD.org> | 2009-12-05 23:53:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-12-05 23:53:24 +0800 |
commit | dd7807ae29342f6f1c7499109dfa8195dc5666ac (patch) | |
tree | 61ac792d2c3241e25ce4bdfb426c1786a3a4299f /x11-drivers | |
parent | 5c56cfa7ed343ff49ab8f3dc14575412102866c6 (diff) | |
download | freebsd-ports-gnome-dd7807ae29342f6f1c7499109dfa8195dc5666ac.tar.gz freebsd-ports-gnome-dd7807ae29342f6f1c7499109dfa8195dc5666ac.tar.zst freebsd-ports-gnome-dd7807ae29342f6f1c7499109dfa8195dc5666ac.zip |
Remove xf86-video-ati from CONFLICTS, and bump PORTREVISION.
Pointed out: jkim
Pointy hat to: myself
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile index 0601ee1786cd..5c6e9d52377a 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/Makefile +++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0.20091101 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork @@ -24,7 +24,7 @@ XORG_CAT= driver USE_XORG= damageproto glproto videoproto xextproto xf86driproto USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:22 -CONFLICTS= xf86-video-radeonhd-[0-9]* xf86-video-ati-[0-9]* +CONFLICTS= xf86-video-radeonhd-[0-9]* MAN4= radeonhd.4x |