diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-26 07:39:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-26 07:39:29 +0000 |
commit | 8a7b5c612f1d28b38469a41f1cdc93872970b8d3 (patch) | |
tree | f17cbafc26f24bd4c6fc3de321bc913473d9e423 /mail | |
parent | 9417febd04510cd59f68eae1d1b9bc7a12afcbf2 (diff) | |
download | ports-8a7b5c612f1d28b38469a41f1cdc93872970b8d3.tar.gz ports-8a7b5c612f1d28b38469a41f1cdc93872970b8d3.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index dad62c48b1ef..1ed2806db770 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index dad62c48b1ef..1ed2806db770 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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 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 |