diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-06 10:38:45 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-06 10:38:45 +0000 |
commit | 532f6bd14ede09b1518297c0fa07714759b778da (patch) | |
tree | a016fcb1c0f45ccdc2d677c97d844c7f8035fe5f /converters | |
parent | Add forgotten patch for the previous commit: (diff) |
Add missing RUN_DEPENDS
Submitted by: maintainer by email
Reported by: Derek <derekm@rogers.com>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=156975
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 3664566fd7a3..df1437204835 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 |