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/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index 0e7f646619e3..0179644559fa 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -1,18 +1,13 @@
# $FreeBSD$
PORTNAME= xf86-video-ati
-PORTVERSION= 7.8.0
+PORTVERSION= 7.5.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 \
@@ -25,5 +20,6 @@ INSTALL_TARGET= install-strip
ONLY_FOR_ARCHS= i386 amd64
CONFIGURE_ARGS+=--disable-udev
+CONFIGURE_ARGS+=--disable-glamor
.include <bsd.port.mk>