diff options
author | beat <beat@FreeBSD.org> | 2011-10-27 23:52:25 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-27 23:52:25 +0800 |
commit | cd5c71c304c1aff471f0631d60bf3912169ac44b (patch) | |
tree | e6db2cbd5b6d7c3f18617ee8a74d2554e3fda745 /x11/libXau/Makefile | |
parent | ea80c030ac83618cb78c2223a787a6cdfe8f7706 (diff) | |
download | freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.tar.gz freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.tar.zst freebsd-ports-gnome-cd5c71c304c1aff471f0631d60bf3912169ac44b.zip |
- Fix build on FreeBSD 10
Approved by: miwi
Diffstat (limited to 'x11/libXau/Makefile')
-rw-r--r-- | x11/libXau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 73ddb55609bf..7debc9999e47 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -14,6 +14,7 @@ COMMENT= Authentication Protocol library for X11 XORG_CAT= lib USE_XORG= xproto:both +WITH_FBSD10_FIX= yes MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \ XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \ |