diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 03:54:23 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 03:54:23 +0000 |
commit | 555fb0a8fd2952092014651d6363d8784661189d (patch) | |
tree | bb132f05e9033f0191396acc5416d50a2b95c358 /www | |
parent | - update to 0.42 (diff) |
Add a dependency on ports/devel/p5-IO-String.
PR: 32486
Submitted by: Christopher Elkins <chrise@scardini.com>
Notes
Notes:
svn path=/head/; revision=51007
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Babelfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-Babelfish/Makefile b/www/p5-WWW-Babelfish/Makefile index 837d3d837efd..65a33dde829f 100644 --- a/www/p5-WWW-Babelfish/Makefile +++ b/www/p5-WWW-Babelfish/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |