diff options
Diffstat (limited to 'textproc/p5-XML-GDOME/Makefile')
-rw-r--r-- | textproc/p5-XML-GDOME/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile index 218d90ba6c4c..87d4b5b2dd82 100644 --- a/textproc/p5-XML-GDOME/Makefile +++ b/textproc/p5-XML-GDOME/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-SAX>=0:textproc/p5-XML-SAX LIB_DEPENDS= libgdome.so:textproc/gdome2 -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 pkgconfig USE_PERL5= configure |