summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-intel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-intel/Makefile')
-rw-r--r--x11-drivers/xf86-video-intel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile
index d85e17c..c57e29e 100644
--- a/x11-drivers/xf86-video-intel/Makefile
+++ b/x11-drivers/xf86-video-intel/Makefile
@@ -22,11 +22,13 @@ USE_XORG= xvmc xineramaproto x11 xf86driproto glproto
MAN4= intel.4x
.if defined(WITH_NEW_XORG)
-INTEL_VERSION= 2.20.4
+INTEL_VERSION= 2.20.13
INTEL_REVISION= 0
+CONFIGURE_ARGS+= --enable-sna
MAKE_JOBS_UNSAFE=yes
PLIST_SUB+= OLD="@comment "
-EXTRA_PATCHES+= ${PATCHDIR}/extra-i915kms
+EXTRA_PATCHES+= ${PATCHDIR}/extra-i915kms \
+ ${PATCHDIR}/extra-configure-sna
LIB_DEPENDS+= xcb-util:${PORTSDIR}/x11/xcb-util
.else
INTEL_VERSION= 2.7.1
@@ -53,8 +55,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_ch7017_ch7017.c \
${PATCHDIR}/extra-uxa_uxa-priv.h
.endif
-CONFIGURE_ARGS+=--disable-sna
-
.include <bsd.port.pre.mk>
.if defined(WITH_NEW_XORG)