summaryrefslogtreecommitdiff
path: root/irc/ircd-ru
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:56:38 +0000
commitc2bc6db2db27f1eceeb621c090b12d958fceced4 (patch)
tree88334cf3909d2e3fcaad36f3f03e487d6acb24da /irc/ircd-ru
parent- This also need pear-PEAR. (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=104617
Diffstat (limited to 'irc/ircd-ru')
-rw-r--r--irc/ircd-ru/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile
index 6ebf51001e36..d925efc60a5d 100644
--- a/irc/ircd-ru/Makefile
+++ b/irc/ircd-ru/Makefile
@@ -61,6 +61,12 @@ CONFIGURE_ARGS+=--enable-dnsbl
CONFIGURE_ARGS+=--enable-select
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-build:
@${ECHO_MSG} ""
@${ECHO_MSG} "NOTE:"
@@ -79,4 +85,4 @@ post-install:
@${CHOWN} -R ircd:ircd /var/run/ircd-ru
@cat ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>