diff options
author | nork <nork@FreeBSD.org> | 2009-06-05 00:34:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-06-05 00:34:07 +0800 |
commit | 43426b0d6ff4078879f7354344cb6b9b12dfa1ab (patch) | |
tree | 97a95f7ccf8c649d93d3b9316a5c38dfff7a4c43 /x11-drivers | |
parent | 8b5beca791d1511476ef20df693d560351ff25ed (diff) | |
download | freebsd-ports-gnome-43426b0d6ff4078879f7354344cb6b9b12dfa1ab.tar.gz freebsd-ports-gnome-43426b0d6ff4078879f7354344cb6b9b12dfa1ab.tar.zst freebsd-ports-gnome-43426b0d6ff4078879f7354344cb6b9b12dfa1ab.zip |
Fix dependency on glproto to enable DRI.
Related PR: ports/134008
Submitted by: bsam
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 0010fe05b21e..b1f55540047d 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.2.5.20090605 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg- LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess XORG_CAT= driver -USE_XORG= damageproto videoproto xextproto xf86driproto +USE_XORG= damageproto glproto videoproto xextproto xf86driproto USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:15 CONFLICTS= xf86-video-radeonhd-[0-9]* xf86-video-ati-[0-9]* |