diff options
Diffstat (limited to 'x11-drivers/xf86-video-intel29/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-intel29/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-intel29/Makefile b/x11-drivers/xf86-video-intel29/Makefile index 4b8c60596743..30edcb182ff2 100644 --- a/x11-drivers/xf86-video-intel29/Makefile +++ b/x11-drivers/xf86-video-intel29/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= xf86-video-intel -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTNAME= xf86-video-intel29 +PORTVERSION= 2.9.1 CATEGORIES= x11-drivers +DISTNAME= xf86-video-intel-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= Driver for Intel integrated graphics chipsets -CONFLICTS= xf86-video-i810-[0-9]* +CONFLICTS= xf86-video-i810-[0-9]* xf86-video-intel-[0-9]* ONLY_FOR_ARCHS= amd64 i386 USE_GL= gl @@ -22,4 +22,6 @@ XORG_CAT= driver USE_XORG= xvmc xineramaproto xextproto x11 xf86driproto glproto MAN4= intel.4x +IGNORE= we have to wait of GEM support to get ironlake chips to work + .include <bsd.port.mk> |