diff options
-rw-r--r-- | games/tuxtype/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 56f54605cd63..f1f08080b60c 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -25,4 +25,10 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(prefix)/doc/$$(PACKAGE)|$$(docdir)|' \ ${WRKSRC}/Makefile.in ${WRKSRC}/tuxtype/docs/en/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not build due to undefined reference to 'playsound' in 5.x +.endif + +.include <bsd.port.post.mk> |