diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-09-16 06:26:18 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-09-16 06:26:18 +0000 |
commit | e9474ced88f4d1b88374b94a4ebf3f722198e372 (patch) | |
tree | a4a40ea62959e43c0dce306e0cbcee447b5bb65d /mail/rmime | |
parent | Update to 1.2.8 (diff) |
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 . . .
Notes
Notes:
svn path=/head/; revision=66416
Diffstat (limited to 'mail/rmime')
-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 |