aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-ati/Makefile')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index 0179644559fa..1c63245f178f 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -1,25 +1,27 @@
# $FreeBSD$
PORTNAME= xf86-video-ati
-PORTVERSION= 7.5.0
+PORTVERSION= 7.8.0
PORTEPOCH= 1
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org ati display driver
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
+ libdrm_radeon.so:graphics/libdrm
+
USE_GL= gl
XORG_CAT= driver
-USE_XORG= xf86driproto \
- xineramaproto \
- xf86miscproto \
- glproto \
- presentproto
-INSTALL_TARGET= install-strip
+USE_XORG= pciaccess
+
# No Radeon kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
CONFIGURE_ARGS+=--disable-udev
-CONFIGURE_ARGS+=--disable-glamor
.include <bsd.port.mk>