diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /textproc/p5-SVG-Parser | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) | |
download | ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip |
Notes
Diffstat (limited to 'textproc/p5-SVG-Parser')
-rw-r--r-- | textproc/p5-SVG-Parser/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index f0e13f453075..32d572ed7f67 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -17,9 +17,7 @@ COMMENT= XML Parser for SVG documents BUILD_DEPENDS= p5-SVG>=2:${PORTSDIR}/textproc/p5-SVG \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX -RUN_DEPENDS= p5-SVG>=2:${PORTSDIR}/textproc/p5-SVG \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild USES= perl5 |