diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-13 15:54:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-13 15:54:50 +0000 |
commit | a057aebd7621a9e4b0da74c026c325ade798e521 (patch) | |
tree | f6d0e6c93eb3425dbefa7e1b3cc0d302ca20f081 /www/p5-libwww/Makefile | |
parent | Add option WITHOUT_OTP which disable OTP authentication. (diff) |
Don't assign ${RUN_DEPENDS}=${BUILD_DEPENDS} because it leads to sed_inplace
package leaking into dependency list on FreeBSD versions that don't support
sed -i.
Revealed by: work on upcoming GNOME tinderbox
Notes
Notes:
svn path=/head/; revision=66265
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 2ff3cf798b5e..9757a8382aaa 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -20,7 +20,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes |