diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 18:08:03 +0000 |
commit | fd28a19ef4ea1d19a131ff5732cf991c54427ab0 (patch) | |
tree | 6f1593713c057f623460c8bb3ffc100de104a2e4 /textproc/p5-XML-Validator-Schema | |
parent | 5fa68acb825bfaaad1913f3b5423d69ab38a3380 (diff) | |
download | ports-fd28a19ef4ea1d19a131ff5732cf991c54427ab0.tar.gz ports-fd28a19ef4ea1d19a131ff5732cf991c54427ab0.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Validator-Schema')
-rw-r--r-- | textproc/p5-XML-Validator-Schema/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Validator-Schema/Makefile b/textproc/p5-XML-Validator-Schema/Makefile index cf984c6fa46e..490fc805173f 100644 --- a/textproc/p5-XML-Validator-Schema/Makefile +++ b/textproc/p5-XML-Validator-Schema/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for validating XML documents against a W3C XML Schema -BUILD_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ - ${SITE_PERL}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText +BUILD_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-Filter-BufferText>=0:${PORTSDIR}/textproc/p5-XML-Filter-BufferText RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |