aboutsummaryrefslogtreecommitdiff
path: root/games/burrtools
diff options
context:
space:
mode:
Diffstat (limited to 'games/burrtools')
-rw-r--r--games/burrtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile
index e98cb70dbe8b..ed84979979d6 100644
--- a/games/burrtools/Makefile
+++ b/games/burrtools/Makefile
@@ -39,7 +39,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
-.if ${OSVERSION} >= 1000024
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024
LDFLAGS+= -lc++
.endif