diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:53:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:53:24 +0000 |
commit | 60f67978aa783d6d36505f194a0195ad247e9320 (patch) | |
tree | fd947d16acc0e80af1b9d131b8b408fbdf462a61 /x11/libXres | |
parent | 042e49267c703f2dc631aad5c59ee65ed5cca6cb (diff) |
- Fix build on FreeBSD 10
Notes
Notes:
svn path=/head/; revision=284559
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index a3d822122476..f73fc866595f 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 xext xextproto resourceproto xproto:both +WITH_FBSD10_FIX= yes MAN3= XRes.3 \ XResQueryClients.3 \ XResQueryClientPixmapBytes.3 \ |