diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:25:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:25:05 +0000 |
commit | 07d41a6a40813ed123eea69bebecbcd545538665 (patch) | |
tree | e630d6c687a65d09c8d6f3a7c447824cd4520c69 /mail | |
parent | 94c601eee631dd879a6fa897ddca9ddb817ee9b6 (diff) | |
download | ports-07d41a6a40813ed123eea69bebecbcd545538665.tar.gz ports-07d41a6a40813ed123eea69bebecbcd545538665.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 6 |
3 files changed, 15 insertions, 3 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 \ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 44007dca1413..67ef8e2b5917 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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 \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 44007dca1413..67ef8e2b5917 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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 \ |