diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
commit | 235b4458e31c1bd16f2db6c015e1d680929d9f7c (patch) | |
tree | 8bf9c10eb762439d5e125de2557c9d33353661a3 /textproc/p5-XML-XSLT | |
parent | 968f8f63070fd1dcaa5087b266a7ae8ce0911010 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-XSLT')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index 37f9ce5569b2..9c00d3229238 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= XML::XSLT - A perl module for processing XSLT -BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |