diff options
author | bsam <bsam@FreeBSD.org> | 2009-05-14 13:40:45 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-05-14 13:40:45 +0800 |
commit | e99570308d692659aee88edf14181ecf1dc3f2c4 (patch) | |
tree | 9d39cf35a0b81edbd40106fcfc5fe163a31cb166 /x11-drivers/xf86-video-radeonhd | |
parent | 06d106ee83d6e6f937a82ee96fcae52e243c33fd (diff) | |
download | freebsd-ports-gnome-e99570308d692659aee88edf14181ecf1dc3f2c4.tar.gz freebsd-ports-gnome-e99570308d692659aee88edf14181ecf1dc3f2c4.tar.zst freebsd-ports-gnome-e99570308d692659aee88edf14181ecf1dc3f2c4.zip |
. add glproto as a dependency, so packages are got compiled without DRI support;
. bump PORTREVISION.
PR: ports/134008
Submitted by: bsam (me)
Approved by: x11@ (maintainer timeout, 19 days)
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
-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 17b37ace457e..d331a1f442b3 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.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -16,7 +16,7 @@ COMMENT= X.Org ati RadeonHD display driver OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off XORG_CAT= driver -USE_XORG= damageproto videoproto xextproto xf86driproto +USE_XORG= damageproto glproto videoproto xextproto xf86driproto CONFIGURE_ARGS= --enable-exa CONFLICTS= xf86-video-radeonhd-devel-[0-9]* |