aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thrift-XS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 14:55:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 14:55:43 +0000
commite15628ebf6a1fcfc276cffc40a3201aacba9138a (patch)
tree036c24888ef699a36a0db41d047b3d0e7e3acbc8 /devel/p5-Thrift-XS/Makefile
parent68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff)
downloadports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz
ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS - Cosmetic change
Notes
Notes: svn path=/head/; revision=325148
Diffstat (limited to 'devel/p5-Thrift-XS/Makefile')
-rw-r--r--devel/p5-Thrift-XS/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/p5-Thrift-XS/Makefile b/devel/p5-Thrift-XS/Makefile
index 0e0d51fc6afc..74e2585ed004 100644
--- a/devel/p5-Thrift-XS/Makefile
+++ b/devel/p5-Thrift-XS/Makefile
@@ -19,11 +19,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector \
- p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
- p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
p5-Test-BinaryData>=0:${PORTSDIR}/devel/p5-Test-BinaryData \
p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \