summaryrefslogtreecommitdiff
path: root/graphics/anttweakbar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/anttweakbar/Makefile')
-rw-r--r--graphics/anttweakbar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/anttweakbar/Makefile b/graphics/anttweakbar/Makefile
index 046e1d0b0028..a2914a650142 100644
--- a/graphics/anttweakbar/Makefile
+++ b/graphics/anttweakbar/Makefile
@@ -34,7 +34,7 @@ PLIST_FILES= include/AntTweakBar.h \
.include <bsd.port.options.mk>
post-patch:
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
@${REINPLACE_CMD} -e 's|public binary_function|public __binary_function|' \
${WRKSRC}/TwMgr.cpp
.endif