diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-08 23:28:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-08 23:28:54 +0000 |
commit | 859b8446a90f658f78bd0cd15aba5605bc2167d8 (patch) | |
tree | 660f7b91f3b867efca54f24a176eaa29a0c6dd05 /mail | |
parent | b66ccb20b036f9881b0094e84a8a1bdc9ecec87f (diff) | |
download | FreeBSD-ports-859b8446a90f658f78bd0cd15aba5605bc2167d8.zip FreeBSD-ports-859b8446a90f658f78bd0cd15aba5605bc2167d8.tar.gz |
Rather than be broken on the Alpha, just don't try to build the docs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 13 | ||||
-rw-r--r-- | mail/mutt/Makefile | 13 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 13 |
3 files changed, 18 insertions, 21 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 67ef8e2..6e0f6fe 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.61 1999/06/23 06:29:13 obrien Exp $ +# $Id: Makefile,v 1.62 1999/07/04 21:25:05 steve Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,14 +28,13 @@ 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 \ - sgmlfmt:${PORTSDIR}/textproc/sgmlformat +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +.if ${MACHINE_ARCH} != "alpha" + # coredump in sgmls +BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat +.endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 67ef8e2..6e0f6fe 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.61 1999/06/23 06:29:13 obrien Exp $ +# $Id: Makefile,v 1.62 1999/07/04 21:25:05 steve Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,14 +28,13 @@ 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 \ - sgmlfmt:${PORTSDIR}/textproc/sgmlformat +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +.if ${MACHINE_ARCH} != "alpha" + # coredump in sgmls +BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat +.endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 67ef8e2..6e0f6fe 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.61 1999/06/23 06:29:13 obrien Exp $ +# $Id: Makefile,v 1.62 1999/07/04 21:25:05 steve Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -28,14 +28,13 @@ 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 \ - sgmlfmt:${PORTSDIR}/textproc/sgmlformat +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +.if ${MACHINE_ARCH} != "alpha" + # coredump in sgmls +BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat +.endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses |