diff options
author | asami <asami@FreeBSD.org> | 1999-07-10 04:17:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-10 04:17:53 +0800 |
commit | f5b306b0dba0f87789f136310def981780d6e99b (patch) | |
tree | 3565c3b483ca6cbe28b02a0b0ab3eb9f8843e21a /mail | |
parent | 701aaeb25ffd541baf0fa29c3a73daa1bf9c3b69 (diff) | |
download | freebsd-ports-gnome-f5b306b0dba0f87789f136310def981780d6e99b.tar.gz freebsd-ports-gnome-f5b306b0dba0f87789f136310def981780d6e99b.tar.zst freebsd-ports-gnome-f5b306b0dba0f87789f136310def981780d6e99b.zip |
Fix syntax error that was killing the package build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 6e0f6feff1c2..ff8f9d13d0ef 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.62 1999/07/04 21:25:05 steve Exp $ +# $Id: Makefile,v 1.63 1999/07/08 23:28:54 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -32,7 +32,7 @@ MAINTAINER= obrien@FreeBSD.org LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .if ${MACHINE_ARCH} != "alpha" - # coredump in sgmls +# coredump in sgmls BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6e0f6feff1c2..ff8f9d13d0ef 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.62 1999/07/04 21:25:05 steve Exp $ +# $Id: Makefile,v 1.63 1999/07/08 23:28:54 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -32,7 +32,7 @@ MAINTAINER= obrien@FreeBSD.org LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .if ${MACHINE_ARCH} != "alpha" - # coredump in sgmls +# coredump in sgmls BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 6e0f6feff1c2..ff8f9d13d0ef 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.62 1999/07/04 21:25:05 steve Exp $ +# $Id: Makefile,v 1.63 1999/07/08 23:28:54 obrien Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -32,7 +32,7 @@ MAINTAINER= obrien@FreeBSD.org LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .if ${MACHINE_ARCH} != "alpha" - # coredump in sgmls +# coredump in sgmls BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell |