diff options
-rw-r--r-- | games/spring/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 12efcb2b2a22..589b02e82ecf 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -43,6 +43,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PORTDOCS= README.html +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ ${WRKSRC}/rts/build/scons/config.py @@ -65,4 +71,4 @@ post-install: .endif @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |