diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:17:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:17:15 +0000 |
commit | cb7da24bc154716bf7588036597931d623a65b03 (patch) | |
tree | 75a18eb8f5b24f38ca1a9efa5006815949362410 /irc | |
parent | 114a2e065981ae62e51f008e8cb1b2f058349d63 (diff) | |
download | ports-cb7da24bc154716bf7588036597931d623a65b03.tar.gz ports-cb7da24bc154716bf7588036597931d623a65b03.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-rusnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile index 2b3bf977512a..20688d0a7f94 100644 --- a/irc/ircd-rusnet/Makefile +++ b/irc/ircd-rusnet/Makefile @@ -71,6 +71,10 @@ CONFIGURE_ARGS+=--enable-dsm .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64" +.endif + pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-CONFIGURE |