diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-06 01:29:38 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-06 01:29:38 +0800 |
commit | 0a6232bb7ed38caaf2db1fde695120eec9fa88ff (patch) | |
tree | f4f17fa9216f79bafbb9844a921dcd5c39bee547 /mail/mutt-devel | |
parent | 3e4c23210d7a24b0c56df7ff07897426885479e5 (diff) | |
download | freebsd-ports-gnome-0a6232bb7ed38caaf2db1fde695120eec9fa88ff.tar.gz freebsd-ports-gnome-0a6232bb7ed38caaf2db1fde695120eec9fa88ff.tar.zst freebsd-ports-gnome-0a6232bb7ed38caaf2db1fde695120eec9fa88ff.zip |
s/BUILD_DEPEND/BUILD_DEPENDS/g
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index ff8f9d13d0ef..a3f45704cf64 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.63 1999/07/08 23:28:54 obrien Exp $ +# $Id: Makefile,v 1.64 1999/07/09 20:17:53 asami Exp $ DISTNAME= mutt-0.95.6i PKGNAME= mutt-0.95.6 @@ -33,7 +33,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .if ${MACHINE_ARCH} != "alpha" # coredump in sgmls -BUILD_DEPEND+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat +BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .elif defined(USE_NCURSES_PORT) |