diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-10 21:31:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-10 21:31:57 +0000 |
commit | c3d0e05902bd205548138e94c32efba6a994974b (patch) | |
tree | edd3ff14b6208637f77f09c3477234f6dcc6e3ae /www/p5-HTML-Encoding | |
parent | 93ac30ca4a7e06c8fb9059468d0b5786000859ca (diff) | |
download | ports-c3d0e05902bd205548138e94c32efba6a994974b.tar.gz ports-c3d0e05902bd205548138e94c32efba6a994974b.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Encoding')
-rw-r--r-- | www/p5-HTML-Encoding/Makefile | 3 |
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 |