aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Base-SVG
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 /graphics/p5-Image-Base-SVG
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 'graphics/p5-Image-Base-SVG')
-rw-r--r--graphics/p5-Image-Base-SVG/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/p5-Image-Base-SVG/Makefile b/graphics/p5-Image-Base-SVG/Makefile
index f0fdb6acd675..720001a35252 100644
--- a/graphics/p5-Image-Base-SVG/Makefile
+++ b/graphics/p5-Image-Base-SVG/Makefile
@@ -17,9 +17,7 @@ COMMENT= SVG image file output
BUILD_DEPENDS= p5-Image-Base>=0:${PORTSDIR}/graphics/p5-Image-Base \
p5-SVG>=2.38:${PORTSDIR}/textproc/p5-SVG \
p5-SVG-Parser>=0:${PORTSDIR}/textproc/p5-SVG-Parser
-RUN_DEPENDS= p5-Image-Base>=0:${PORTSDIR}/graphics/p5-Image-Base \
- p5-SVG>=2.38:${PORTSDIR}/textproc/p5-SVG \
- p5-SVG-Parser>=0:${PORTSDIR}/textproc/p5-SVG-Parser
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5