aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Google-ProtocolBuffers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Google-ProtocolBuffers/Makefile')
-rw-r--r--devel/p5-Google-ProtocolBuffers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Google-ProtocolBuffers/Makefile b/devel/p5-Google-ProtocolBuffers/Makefile
index 7e974c4292ab..6186656ae092 100644
--- a/devel/p5-Google-ProtocolBuffers/Makefile
+++ b/devel/p5-Google-ProtocolBuffers/Makefile
@@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple interface to Google Protocol Buffers
-RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt \
p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5