diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
commit | 4329ce27057cc548043e1f91837b194cc2642beb (patch) | |
tree | ee6dda408244d4ff19ad1d56e2afd06c5252174c /x11-drivers/xf86-video-intel | |
parent | d7d9dab0b67b36221333f0bc3d5b39dd43bbec75 (diff) | |
download | freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.gz freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.zst freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.zip |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
Diffstat (limited to 'x11-drivers/xf86-video-intel')
-rw-r--r-- | x11-drivers/xf86-video-intel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index fbabd24c2808..184772fe6215 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -15,6 +15,7 @@ COMMENT= Driver for Intel integrated graphics chipsets CONFLICTS= xf86-video-i810-[0-9]* +WITH_FBSD10_FIX=yes ONLY_FOR_ARCHS= amd64 i386 USE_GL= gl |