diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 17:18:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 17:18:37 +0000 |
commit | b7de53741f222ea09dd0ac0e59211a94c4217e59 (patch) | |
tree | 2c9a3442710e7ece8f3fb1e98c298ec605532dbd /x11 | |
parent | - Fix build on FreeBSD 10 (diff) |
- Fix build on FreeBSD 10
Notes
Notes:
svn path=/head/; revision=284549
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libSM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 05af68453f54..5a7a3ea97f10 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= ice xproto:both xtrans |