summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:25:05 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:25:05 +0000
commit07d41a6a40813ed123eea69bebecbcd545538665 (patch)
treee630d6c687a65d09c8d6f3a7c447824cd4520c69 /mail/mutt-devel
parentFixup a Perl5'ism. (diff)
Mark this port broken for Alpha because it coredumps in sgmls.
Notes
Notes: svn path=/head/; revision=20034
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 44007dca1413..67ef8e2b5917 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.60 1999/05/26 07:02:03 obrien Exp $
+# $Id: Makefile,v 1.61 1999/06/23 06:29:13 obrien Exp $
DISTNAME= mutt-0.95.6i
PKGNAME= mutt-0.95.6
@@ -28,6 +28,10 @@ PATCHFILES=
MAINTAINER= obrien@FreeBSD.org
+.if ${MACHINE_ARCH} == "alpha"
+BROKEN= coredump in sgmls
+.endif
+
.if defined(BATCH)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \