summaryrefslogtreecommitdiff
path: root/irc/party
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
commitee6faee56e86a3a331b8714ae95d777d09e75a6d (patch)
tree4754cadf9e0f7051d7ca300b978db460eb681ca2 /irc/party
parentUse the correct kind of dependency. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91364
Diffstat (limited to 'irc/party')
-rw-r--r--irc/party/Makefile8
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>