diff options
author | zeising <zeising@FreeBSD.org> | 2013-10-02 01:56:36 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-10-02 01:56:36 +0800 |
commit | d790462de1d8f298385ec204db0327289616ca2f (patch) | |
tree | 249a528daff9e3ab0d57590a0cb262fb304cd699 /x11-drivers | |
parent | 3e31c75ecae4aa3ca3a725d9843333bc7950fb6e (diff) | |
download | freebsd-ports-gnome-d790462de1d8f298385ec204db0327289616ca2f.tar.gz freebsd-ports-gnome-d790462de1d8f298385ec204db0327289616ca2f.tar.zst freebsd-ports-gnome-d790462de1d8f298385ec204db0327289616ca2f.zip |
Fix build with old xorg on 10-CURRENT.
Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 2 |
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="" |