diff options
author | arved <arved@FreeBSD.org> | 2004-05-23 18:42:38 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-23 18:42:38 +0800 |
commit | 270561c8ce3075b900ff6274f51111c691bafae7 (patch) | |
tree | 7a1dbb6a55ad9b425bf9a1117e9a669dc13e4d9b /textproc | |
parent | c3053235c297ddbbb1458511de29433fbf5a806d (diff) | |
download | freebsd-ports-gnome-270561c8ce3075b900ff6274f51111c691bafae7.tar.gz freebsd-ports-gnome-270561c8ce3075b900ff6274f51111c691bafae7.tar.zst freebsd-ports-gnome-270561c8ce3075b900ff6274f51111c691bafae7.zip |
Add another missing RUN_DEPENDS, time to collect the pointy hats..
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RAI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index 8cdaff415e2a..592ae812c8c9 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -15,7 +15,8 @@ MAINTAINER= arved@FreeBSD.org COMMENT= RSS Abstraction Interface BUILD_DEPENDS= ${SITE_PERL}/XML/RSS/Parser.pm:${PORTSDIR}/textproc/p5-XML-RSS-Parser -RUN_DEPENDS= ${SITE_PERL}/XML/RSS/Parser.pm:${PORTSDIR}/textproc/p5-XML-RSS-Parser +RUN_DEPENDS= ${SITE_PERL}/XML/RSS/Parser.pm:${PORTSDIR}/textproc/p5-XML-RSS-Parser \ + ${SITE_PERL}/Date/Parse.pm:{PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes |