aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-10 21:44:01 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-10 21:44:01 +0000
commitea639510e83f0c5c3b413fde6bbeecf6fecb2837 (patch)
treea077f8900f01b1d04121843046bca1d8643ea945 /www
parent75602a30eed5a3288b11a92fe35a0edd71ae91de (diff)
downloadports-ea639510e83f0c5c3b413fde6bbeecf6fecb2837.tar.gz
ports-ea639510e83f0c5c3b413fde6bbeecf6fecb2837.zip
- Add missing BUILD_DEPENDS so the module works
- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Bump PORTREVISION due to new RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=288921
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-ResolveLink/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-ResolveLink/Makefile b/www/p5-HTML-ResolveLink/Makefile
index ff8638019eae..e52a1b9a2311 100644
--- a/www/p5-HTML-ResolveLink/Makefile
+++ b/www/p5-HTML-ResolveLink/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTML-ResolveLink
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Resolve relative links in (X)HTML into absolute URI
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-URI>0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes