diff options
author | arved <arved@FreeBSD.org> | 2004-05-24 15:28:52 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-24 15:28:52 +0800 |
commit | 1f9a060e6a3e407f54b39c730413883a3393bf42 (patch) | |
tree | e74931f1a7b10d980fed277e549eab16ed5b3f6d /textproc/p5-XML-RAI | |
parent | 2b8801edffcf9c0274814db703f4eaea145a1940 (diff) | |
download | freebsd-ports-gnome-1f9a060e6a3e407f54b39c730413883a3393bf42.tar.gz freebsd-ports-gnome-1f9a060e6a3e407f54b39c730413883a3393bf42.tar.zst freebsd-ports-gnome-1f9a060e6a3e407f54b39c730413883a3393bf42.zip |
Fix index (I should really take a break)
Reported by: kris
Diffstat (limited to 'textproc/p5-XML-RAI')
-rw-r--r-- | textproc/p5-XML-RAI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile index 592ae812c8c9..59f5a003f932 100644 --- a/textproc/p5-XML-RAI/Makefile +++ b/textproc/p5-XML-RAI/Makefile @@ -16,7 +16,7 @@ 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 \ - ${SITE_PERL}/Date/Parse.pm:{PORTSDIR}/devel/p5-TimeDate + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes |