diff options
Diffstat (limited to 'textproc/dtdparse/Makefile')
-rw-r--r-- | textproc/dtdparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index cd6977766192..dde8a8fa3b76 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -14,8 +14,8 @@ DISTNAME= SGML-DTDParse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Parse a DTD and produce an XML document that represents it -RUN_DEPENDS= ${SITE_PERL}/Text/DelimMatch.pm:${PORTSDIR}/textproc/p5-DelimMatch \ - ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \ + p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM PERL_CONFIGURE= yes |