aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-10-01 17:56:36 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-10-01 17:56:36 +0000
commitaeeb855c1baa01f8cc4fbeee33e240a16750b4b8 (patch)
tree249a528daff9e3ab0d57590a0cb262fb304cd699 /x11-drivers/xf86-video-ati
parent7879ebfadc1723442f51445df8190321d251bc11 (diff)
downloadports-aeeb855c1baa01f8cc4fbeee33e240a16750b4b8.tar.gz
ports-aeeb855c1baa01f8cc4fbeee33e240a16750b4b8.zip
Fix build with old xorg on 10-CURRENT.
Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se>
Notes
Notes: svn path=/head/; revision=328976
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index d5e31957aa1a..17ed8f40b305 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -15,7 +15,7 @@ MAN4= ati.4x radeon.4x
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000051
+.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
ATI_VERSION= 6.14.6
CONFIGURE_ARGS+=--disable-kms
PLIST_SUB+= OLD=""