diff options
author | petef <petef@FreeBSD.org> | 2001-12-04 11:54:23 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-04 11:54:23 +0800 |
commit | 4b9baaae1d77a6dfbb01853d79eda1b83374c1ae (patch) | |
tree | 040b7c3528d12b1f8bb14757654bdf80e5bd57e5 /www/p5-WWW-Babelfish | |
parent | b2671fccae776fa857d902239b4722c7cee4482b (diff) | |
download | freebsd-ports-gnome-4b9baaae1d77a6dfbb01853d79eda1b83374c1ae.tar.gz freebsd-ports-gnome-4b9baaae1d77a6dfbb01853d79eda1b83374c1ae.tar.zst freebsd-ports-gnome-4b9baaae1d77a6dfbb01853d79eda1b83374c1ae.zip |
Add a dependency on ports/devel/p5-IO-String.
PR: 32486
Submitted by: Christopher Elkins <chrise@scardini.com>
Diffstat (limited to 'www/p5-WWW-Babelfish')
-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} |