diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-25 14:59:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-25 14:59:29 +0000 |
commit | 0f7bd0edc9836a0d8b4b1aa2e286029fa61b5459 (patch) | |
tree | 9c5ad9fef004178bbdcf204cf9b959eac70054a0 /mail/mutt-devel/Makefile | |
parent | 9b2d6b6eff0246be061541fe66f3ff2abf93c5a1 (diff) | |
download | FreeBSD-ports-0f7bd0edc9836a0d8b4b1aa2e286029fa61b5459.zip FreeBSD-ports-0f7bd0edc9836a0d8b4b1aa2e286029fa61b5459.tar.gz |
Update to version 1.0pre3
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 8f057eb..dad62c4 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -6,8 +6,8 @@ # # $FreeBSD$ -DISTNAME= mutt-1.0pre2i -PKGNAME= mutt-1.0b2 +DISTNAME= mutt-1.0pre3i +PKGNAME= mutt-1.0b3 CATEGORIES= mail MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ ftp://ftp.uib.no/pub/mutt/ \ @@ -31,7 +31,8 @@ MAINTAINER= obrien@FreeBSD.org .if defined(BATCH) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ + msgfmt:${PORTSDIR}/devel/gettext .if ${MACHINE_ARCH} != "alpha" # coredump in sgmls BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat |