diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:04:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:04:53 +0000 |
commit | 690535e580e9e4c75e59e384013d6b74d5f4bc8b (patch) | |
tree | a85f4c77c2b6d927ebc19ba98c00d8bba37050eb /x11-drivers/xf86-video-mach64 | |
parent | 6bd11d6cb3d013e765dc3b8589cfa6bd6323b381 (diff) | |
download | freebsd-ports-690535e580e9e4c75e59e384013d6b74d5f4bc8b.zip |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile index d4ba10d89143..044c401e5755 100644 --- a/x11-drivers/xf86-video-mach64/Makefile +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -14,7 +14,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org mach64 display driver USE_GL= gl - +WITH_FBSD10_FIX=yes XORG_CAT= driver USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto |