diff options
author | dd <dd@FreeBSD.org> | 2002-09-16 14:26:18 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-09-16 14:26:18 +0800 |
commit | 17aadbccfe5e75509e25e4a814a1c539cdec36df (patch) | |
tree | 29c07e7c4e068f02e0a7730d4dcd29317142c1e1 /mail | |
parent | 1ed845a73152f16c9d44bca377875dcfe2fb2c82 (diff) | |
download | freebsd-ports-gnome-17aadbccfe5e75509e25e4a814a1c539cdec36df.tar.gz freebsd-ports-gnome-17aadbccfe5e75509e25e4a814a1c539cdec36df.tar.zst freebsd-ports-gnome-17aadbccfe5e75509e25e4a814a1c539cdec36df.zip |
rmime uses metamail to decode types that are unknown to Emacs, so add
it to RUN_DEPENDS. That this bug in the port has gone unnoticed for
almost 14 months shows that I'm probably the only one using this . . .
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rmime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/rmime/Makefile b/mail/rmime/Makefile index f8629b5d076d..8e731b3b294b 100644 --- a/mail/rmime/Makefile +++ b/mail/rmime/Makefile @@ -19,6 +19,7 @@ EXTRACT_ONLY= # empty MAINTAINER= dd@FreeBSD.org BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 +RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail NO_WRKSUBDIR= yes STRIP= # empty |