diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /textproc/dtdparse | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) | |
download | ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=300176
Diffstat (limited to 'textproc/dtdparse')
-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 |