aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Descent
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
commitc9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch)
tree7f80c1c66cbf0347e6332598f6c4b63f7fff070a /textproc/p5-XML-Descent
parent657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff)
downloadports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz
ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300264
Diffstat (limited to 'textproc/p5-XML-Descent')
-rw-r--r--textproc/p5-XML-Descent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile
index c0c433ff85a5..58fb4263bd76 100644
--- a/textproc/p5-XML-Descent/Makefile
+++ b/textproc/p5-XML-Descent/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mike@urgle.com
COMMENT= Recursive descent XML parsing
-BUILD_DEPENDS= ${SITE_PERL}/XML/TokeParser.pm:${PORTSDIR}/textproc/p5-XML-TokeParser \
- ${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences
-RUN_DEPENDS= ${SITE_PERL}/XML/TokeParser.pm:${PORTSDIR}/textproc/p5-XML-TokeParser
+BUILD_DEPENDS= p5-XML-TokeParser>=0:${PORTSDIR}/textproc/p5-XML-TokeParser \
+ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
+RUN_DEPENDS= p5-XML-TokeParser>=0:${PORTSDIR}/textproc/p5-XML-TokeParser
PERL_CONFIGURE= yes