Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-Validate/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 10 Nov 2009 12:51:39 -0000 1.2 +++ Makefile 16 Mar 2012 01:30:26 -0000 @@ -7,6 +7,7 @@ PORTNAME= XML-Validate PORTVERSION= 1.025 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,10 @@ MAINTAINER= demon@FreeBSD.org COMMENT= An XML validator factory -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-Log-TraceMessages>=0:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions PERL_CONFIGURE= yes