diff options
author | garga <garga@FreeBSD.org> | 2006-03-06 10:38:45 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-06 10:38:45 +0000 |
commit | 2ce0d1d71930fd4fd7cfb7ccf78bea507c0b7a2e (patch) | |
tree | af0f7a981752078712f970ee1fd8023d9963b0dc /converters | |
parent | 8265a75c3058a0e13637409ae68d631c0899515e (diff) | |
download | FreeBSD-ports-2ce0d1d71930fd4fd7cfb7ccf78bea507c0b7a2e.zip FreeBSD-ports-2ce0d1d71930fd4fd7cfb7ccf78bea507c0b7a2e.tar.gz |
Add missing RUN_DEPENDS
Submitted by: maintainer by email
Reported by: Derek <derekm@rogers.com>
Approved by: portmgr (erwin)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ytnef/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 3664566..df14372 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -15,6 +15,7 @@ MAINTAINER= delphus@gmail.com COMMENT= Unpack data in MS Outlook TNEF format LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef +RUN_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools USE_PERL5_RUN= yes GNU_CONFIGURE= yes |