aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-08 07:20:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-08 07:20:47 +0000
commit2cf8984091ade219a268b76f4825ca1e831c9d62 (patch)
treed4a237902b89a154134cc24f4f045c943a54f782 /devel
parentcc9f5cb27927adc616b581310bf79cc473aa49ab (diff)
downloadports-2cf8984091ade219a268b76f4825ca1e831c9d62.tar.gz
ports-2cf8984091ade219a268b76f4825ca1e831c9d62.zip
- Remove unnecessary BUILD_DEPENDS
Feature safe: yes
Notes
Notes: svn path=/head/; revision=287049
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Params-Validate/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile
index 39da45e874f3..35b2473a57e2 100644
--- a/devel/p5-Params-Validate/Makefile
+++ b/devel/p5-Params-Validate/Makefile
@@ -16,8 +16,6 @@ COMMENT= Validate method/function parameters
LICENSE= ART20
-BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0.2703:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-
PERL_MODBUILD= yes
MAN3= Attribute::Params::Validate.3 \
@@ -26,8 +24,8 @@ MAN3= Attribute::Params::Validate.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
BUILD_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
+RUN_DEPENDS+= p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
.endif
.include <bsd.port.post.mk>