diff options
author | brian <brian@FreeBSD.org> | 2005-10-24 18:30:50 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2005-10-24 18:30:50 +0800 |
commit | d0e420da71840f7e0d4a14ca11fcd4637edc63e9 (patch) | |
tree | f2e7b0638ec8a7a6d38da484580b01c8676f6a08 | |
parent | aabb985266f47e430b2fdd98226df9830fdb9785 (diff) | |
download | freebsd-ports-gnome-d0e420da71840f7e0d4a14ca11fcd4637edc63e9.tar.gz freebsd-ports-gnome-d0e420da71840f7e0d4a14ca11fcd4637edc63e9.tar.zst freebsd-ports-gnome-d0e420da71840f7e0d4a14ca11fcd4637edc63e9.zip |
Add some missing dependencies
-rw-r--r-- | www/p5-Kwiki-Notify-Mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Kwiki-Notify-Mail/Makefile b/www/p5-Kwiki-Notify-Mail/Makefile index 653506d47fe2..2ae5449204e1 100644 --- a/www/p5-Kwiki-Notify-Mail/Makefile +++ b/www/p5-Kwiki-Notify-Mail/Makefile @@ -17,7 +17,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Send email notification of topic updates BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/Kwiki/Diff.pm:${PORTSDIR}/www/p5-Kwiki-Diff PERL_CONFIGURE= yes |