diff options
| author | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
|---|---|---|
| committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
| commit | fd28a19ef4ea1d19a131ff5732cf991c54427ab0 (patch) | |
| tree | 6f1593713c057f623460c8bb3ffc100de104a2e4 /textproc/p5-Pod-POM-View-HTML-Filter | |
| parent | - Update to 0.947 (diff) | |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-Pod-POM-View-HTML-Filter')
| -rw-r--r-- | textproc/p5-Pod-POM-View-HTML-Filter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Pod-POM-View-HTML-Filter/Makefile b/textproc/p5-Pod-POM-View-HTML-Filter/Makefile index ab0296840726..38cc0f8d8e25 100644 --- a/textproc/p5-Pod-POM-View-HTML-Filter/Makefile +++ b/textproc/p5-Pod-POM-View-HTML-Filter/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use filters on sections of your pod documents -BUILD_DEPENDS= ${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM \ - ${SITE_PERL}/Syntax/Highlight/Shell.pm:${PORTSDIR}/www/p5-Syntax-Highlight-Shell \ - ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ - ${SITE_PERL}/Syntax/Highlight/HTML.pm:${PORTSDIR}/www/p5-Syntax-Highlight-HTML +BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ + p5-Syntax-Highlight-Shell>=0:${PORTSDIR}/www/p5-Syntax-Highlight-Shell \ + perltidy>=0:${PORTSDIR}/devel/perltidy \ + p5-Syntax-Highlight-HTML>=0:${PORTSDIR}/www/p5-Syntax-Highlight-HTML RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |
