diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-26 15:39:29 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-26 15:39:29 +0800 |
commit | e416b3a01df581a7b0706434dd070d196c3ea006 (patch) | |
tree | c99b69a1d516aaaecef7fc161f8bf82c0e8d64ad /mail/mutt14 | |
parent | b4ee04855aab7627f29ae763546d49605f0cbce4 (diff) | |
download | freebsd-ports-gnome-e416b3a01df581a7b0706434dd070d196c3ea006.tar.gz freebsd-ports-gnome-e416b3a01df581a7b0706434dd070d196c3ea006.tar.zst freebsd-ports-gnome-e416b3a01df581a7b0706434dd070d196c3ea006.zip |
Crud! I put the BUILD_DEPENDS of msgfmt in the "batch" area rather than
make it unconditional.
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index dad62c48b1ef..1ed2806db770 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -29,10 +29,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext .if defined(BATCH) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ - msgfmt:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .if ${MACHINE_ARCH} != "alpha" # coredump in sgmls BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat |