diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /games/pokerth/Makefile | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) |
Notes
Diffstat (limited to 'games/pokerth/Makefile')
-rw-r--r-- | games/pokerth/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index f9db99609de2..751df6f4ae9c 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -38,12 +38,6 @@ 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' \ @@ -65,4 +59,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |