diff options
author | pav <pav@FreeBSD.org> | 2010-01-21 01:28:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-21 01:28:07 +0800 |
commit | 6ba0e6aa4e783fb9fb43f0062617a25466a62b1e (patch) | |
tree | 6e5494e63ec656d8de0a60ae2398c90a820f8b65 /games | |
parent | c1af1ec811d5a939553e01c1f2adca82739469c7 (diff) | |
download | freebsd-ports-gnome-6ba0e6aa4e783fb9fb43f0062617a25466a62b1e.tar.gz freebsd-ports-gnome-6ba0e6aa4e783fb9fb43f0062617a25466a62b1e.tar.zst freebsd-ports-gnome-6ba0e6aa4e783fb9fb43f0062617a25466a62b1e.zip |
- Mark BROKEN on 6.x
Reported by: pointyhat
Diffstat (limited to 'games')
-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> |