diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /astro/weatherspect | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) | |
download | ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.tar.gz ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300277
Diffstat (limited to 'astro/weatherspect')
-rw-r--r-- | astro/weatherspect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index 921a9abe2b80..525a801d4fd2 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -17,9 +17,9 @@ COMMENT= Weather simulation in ASCII art LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \ - ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser PORTSCOUT= skipv:1.31 # Wrong versioning upstream |