diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-11 10:41:37 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-11 10:41:37 +0000 |
commit | 393b97e2275722147b114ab3c7aef34c5d2d5513 (patch) | |
tree | 80a1457db7e5af2bd0534ffa750f1e85edb11453 /x11-drivers | |
parent | f3b483945b758c4f4510f82356609695525aaf3f (diff) | |
download | ports-393b97e2275722147b114ab3c7aef34c5d2d5513.tar.gz ports-393b97e2275722147b114ab3c7aef34c5d2d5513.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index 5ac3cd07c8b3..0f173cd9a0eb 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -18,4 +18,6 @@ XORG_CAT= driver USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto MAN4= ati.4x radeon.4x +CONFIGURE_ARGS+=--disable-kms + .include <bsd.port.mk> |