Fix syntax error that was killing the package build.
This commit is contained in:
parent
926dd9bf1c
commit
6eb78d1f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20136
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue