diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:28:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:28:07 +0000 |
commit | 8361754277ed8971f720bf46ede9c592b3456da9 (patch) | |
tree | 1c2b2443dbd6204cc046290533592b929675c602 /games/pokerth | |
parent | 25256b2b7d4c5eb856db65d0bee27d3cb219f1ac (diff) |
- Mark BROKEN on 6.x
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=248230
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index b700de5c4260..d737946cfe15 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -33,6 +33,12 @@ QMAKE_ARGS+= -unix PREFIX=${PREFIX} PORTDOCS= server_setup_howto.txt MAN1= pokerth.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.x +.endif + post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ @@ -53,4 +59,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |