aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Magic
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-06-05 07:02:36 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-06-05 07:02:36 +0000
commitbc08cdec761b3b0041fb2b0f8d0d9df096fc92ef (patch)
tree5aeef25df465c579cfb0aeccdd03201c140367cd /textproc/p5-Template-Magic
parent8408ccfbc38e42b74038cc264147c753a8b153fc (diff)
downloadports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.tar.gz
ports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes: svn path=/head/; revision=298426
Diffstat (limited to 'textproc/p5-Template-Magic')
-rw-r--r--textproc/p5-Template-Magic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Template-Magic/Makefile b/textproc/p5-Template-Magic/Makefile
index a0b5ea76ded0..9a693c2bf7f7 100644
--- a/textproc/p5-Template-Magic/Makefile
+++ b/textproc/p5-Template-Magic/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl Module with magic merger of runtime values with templates
-BUILD_DEPENDS= ${SITE_PERL}/IO/Util.pm:${PORTSDIR}/devel/p5-IO-Util \
- ${SITE_PERL}/Class/constr.pm:${PORTSDIR}/devel/p5-OOTools \
- ${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler
+BUILD_DEPENDS= p5-IO-Util>=0:${PORTSDIR}/devel/p5-IO-Util \
+ p5-OOTools>=0:${PORTSDIR}/devel/p5-OOTools \
+ p5-HTML-TableTiler>=0:${PORTSDIR}/www/p5-HTML-TableTiler
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES