aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Petal-CodePerl
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 08:37:59 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 08:37:59 +0000
commitd1e0f3506af41743aebb97d8548b0912b7247494 (patch)
treecc6734181531df54b8747f6e42a77543390fd10f /textproc/p5-Petal-CodePerl
parent24374f6b476eef87d6c06c6c94519992faf7a610 (diff)
downloadports-d1e0f3506af41743aebb97d8548b0912b7247494.tar.gz
ports-d1e0f3506af41743aebb97d8548b0912b7247494.zip
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298341
Diffstat (limited to 'textproc/p5-Petal-CodePerl')
-rw-r--r--textproc/p5-Petal-CodePerl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Petal-CodePerl/Makefile b/textproc/p5-Petal-CodePerl/Makefile
index 66a96a7a2546..7e2fd9d34c09 100644
--- a/textproc/p5-Petal-CodePerl/Makefile
+++ b/textproc/p5-Petal-CodePerl/Makefile
@@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Make Petal go faster by compiling the expressions
-BUILD_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \
- ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
- ${SITE_PERL}/Code/Perl.pm:${PORTSDIR}/devel/p5-Code-Perl
+BUILD_DEPENDS= p5-Petal>=0:${PORTSDIR}/textproc/p5-Petal \
+ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \
+ p5-Code-Perl>=0:${PORTSDIR}/devel/p5-Code-Perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Petal::CodePerl.3 Petal::CodePerl::Expr.3 \