diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-26 03:12:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-26 03:12:10 +0800 |
commit | 2e789b8855d1b4bf598308d8331e9644046b94ab (patch) | |
tree | 4712679c5d17034eba119a19ac87a05a0152ea3b /games | |
parent | d579decd7509d318f6f4b1c5aaa2bb02d1ea536a (diff) | |
download | freebsd-ports-gnome-2e789b8855d1b4bf598308d8331e9644046b94ab.tar.gz freebsd-ports-gnome-2e789b8855d1b4bf598308d8331e9644046b94ab.tar.zst freebsd-ports-gnome-2e789b8855d1b4bf598308d8331e9644046b94ab.zip |
Mark broken on 5.x: does not compile
PR: 122950
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-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> |