diff options
Diffstat (limited to 'irc/party/Makefile')
-rw-r--r-- | irc/party/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/party/Makefile b/irc/party/Makefile index 9e10f2ce7e4f..f8ff45e2d00c 100644 --- a/irc/party/Makefile +++ b/irc/party/Makefile @@ -16,6 +16,12 @@ COMMENT= Simple multi-user chat system MAN1= party.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_SCRIPT} -g nobody -o nobody -m 4711 ${WRKSRC}/party ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/party @@ -29,4 +35,4 @@ do-install: post-extract: @(cd ${WRKSRC}; ${RM} -f .depend) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |