diff options
Diffstat (limited to 'textproc/p5-XML-Validator-Schema/Makefile')
-rw-r--r-- | textproc/p5-XML-Validator-Schema/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Validator-Schema/Makefile b/textproc/p5-XML-Validator-Schema/Makefile index 6713501456f9..1392a8f5e76b 100644 --- a/textproc/p5-XML-Validator-Schema/Makefile +++ b/textproc/p5-XML-Validator-Schema/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for validating XML documents against a W3C XML Schema -BUILD_DEPENDS= p5-Tree-DAG_Node>=0:devel/p5-Tree-DAG_Node \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Tree-DAG_Node>=0:devel/p5-Tree-DAG_Node \ p5-XML-SAX>=0:textproc/p5-XML-SAX \ p5-XML-Filter-BufferText>=0:textproc/p5-XML-Filter-BufferText -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |