aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-11 05:31:57 +0800
committerswills <swills@FreeBSD.org>2012-01-11 05:31:57 +0800
commit45a8de075db488aa23d4a88bab0f51c4ebc99bd7 (patch)
treece2dcb7dc384560cde0cb93dfde2de2b5c77c864 /www
parent891b9b7e6828111ec13c6fa0df986046ed03d8ac (diff)
downloadfreebsd-ports-gnome-45a8de075db488aa23d4a88bab0f51c4ebc99bd7.tar.gz
freebsd-ports-gnome-45a8de075db488aa23d4a88bab0f51c4ebc99bd7.tar.zst
freebsd-ports-gnome-45a8de075db488aa23d4a88bab0f51c4ebc99bd7.zip
- Add BUILD_DEPENDS to silence build warnings
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Encoding/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Encoding/Makefile b/www/p5-HTML-Encoding/Makefile
index 30d55bd524fd..b26e48b246a6 100644
--- a/www/p5-HTML-Encoding/Makefile
+++ b/www/p5-HTML-Encoding/Makefile
@@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Determine the encoding of HTML/XML/XHTML documents
-RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes