summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Validate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Validate/Makefile')
-rw-r--r--textproc/p5-XML-Validate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Validate/Makefile b/textproc/p5-XML-Validate/Makefile
index 22d95775886b..ae643d44a8d7 100644
--- a/textproc/p5-XML-Validate/Makefile
+++ b/textproc/p5-XML-Validate/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= XML validator factory
-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-Log-TraceMessages>=0:devel/p5-Log-TraceMessages
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions
USES= perl5