aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-28 07:01:26 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-09-28 07:01:26 +0800
commit9d4a8a1e0444bf6ccf3e82b045fbe0138a55c14d (patch)
tree4e0ac888f605ec8dc0f274494604456243a93aea /irc
parent921ae16012bdbba96022049da2e306b46ab31dd0 (diff)
downloadfreebsd-ports-gnome-9d4a8a1e0444bf6ccf3e82b045fbe0138a55c14d.tar.gz
freebsd-ports-gnome-9d4a8a1e0444bf6ccf3e82b045fbe0138a55c14d.tar.zst
freebsd-ports-gnome-9d4a8a1e0444bf6ccf3e82b045fbe0138a55c14d.zip
s/BROKEN/IGNORE/ since the package builds but does not run.
Approved by: portmgr (self)
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 645e063065db..b240a0244f92 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -78,7 +78,7 @@ USE_AUTOCONF_VER=253
.endif
.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64"
-BROKEN="Dumps core on startup"
+IGNORE= "Dumps core on startup"
.endif
.if defined(WITH_IPV6)