diff options
author | dumbbell <dumbbell@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-07-18 23:06:17 +0800 |
---|---|---|
committer | dumbbell <dumbbell@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-07-18 23:06:17 +0800 |
commit | 401d598b842ac38ac413b3c4f54086ecde47351a (patch) | |
tree | ba7624877b17186d7dae8073baa8964f7dff9ab9 | |
parent | 8e44d975071259b4c61db6110ae35868cab4edc4 (diff) | |
download | xorg-devel-ports-401d598b842ac38ac413b3c4f54086ecde47351a.tar.gz xorg-devel-ports-401d598b842ac38ac413b3c4f54086ecde47351a.tar.zst xorg-devel-ports-401d598b842ac38ac413b3c4f54086ecde47351a.zip |
x11-drivers/xf86-video-ati: Radeon KMS is available in FreeBSD 9.x (902508)
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1476 058c260c-8361-11dd-a0ac-aa2bafec7d09
-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 1321d25..c1a5936 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -14,7 +14,7 @@ USE_XORG= xf86driproto xineramaproto xf86miscproto glproto .include <bsd.port.options.mk> -.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG) +.if ${OSVERSION} < 902508 || !defined(WITH_NEW_XORG) ATI_VERSION= 6.14.6 ATI_REVISION= 3 CONFIGURE_ARGS+=--disable-kms |