diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
commit | d0b73dd53436e6bd29701902fe6a78ada09f9f59 (patch) | |
tree | a057af9fd63f1e122391d52bbe23dee0bf08cffe /x11/libXxf86vm | |
parent | 03d2969e82aaa9b464977821bf644be406a01b1f (diff) | |
download | freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.gz freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.zst freebsd-ports-gnome-d0b73dd53436e6bd29701902fe6a78ada09f9f59.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'x11/libXxf86vm')
-rw-r--r-- | x11/libXxf86vm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 1385ced799ad..f54f00602ae2 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -16,6 +16,7 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xextproto xext xf86vidmodeproto:both +WITH_FBSD10_FIX= yes MAN3= XF86VM.3 \ XF86VidModeLockModeSwitch.3 \ |