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-DifferenceMarkup | |
parent | 5fa68acb825bfaaad1913f3b5423d69ab38a3380 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-DifferenceMarkup')
-rw-r--r-- | textproc/p5-XML-DifferenceMarkup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile index d13fa59d853c..cdc647afedbd 100644 --- a/textproc/p5-XML-DifferenceMarkup/Makefile +++ b/textproc/p5-XML-DifferenceMarkup/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This module implements an XML diff producing XML output -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |