diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-09 20:17:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-09 20:17:53 +0000 |
commit | 6eb78d1f47d0226199e98da53791e8195985b4f4 (patch) | |
tree | 68b153c456f531599cbddf4c24e03f712c47e97d /mail/mutt | |
parent | Support the MDTM ftp command in the ftp-gw. (diff) |
Fix syntax error that was killing the package build.
Notes
Notes:
svn path=/head/; revision=20136
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |