diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 02:08:03 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 02:08:03 +0800 |
commit | 7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7 (patch) | |
tree | 14d98852a47aa21363e5e5bfc4bf9cb8f263b5ad /textproc/p5-XML-DifferenceMarkup/Makefile | |
parent | ef789add2892c5da157aa526a72d75f13f5ff0e2 (diff) | |
download | freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.tar.gz freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.tar.zst freebsd-ports-gnome-7285fdc2abbe6fc33aa455af4d2b3eeba33a6cd7.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-XML-DifferenceMarkup/Makefile')
-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 |