diff options
author | steve <steve@FreeBSD.org> | 2000-02-28 10:37:35 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-28 10:37:35 +0800 |
commit | 9abe64ca64762debd247881dbce87cae77472198 (patch) | |
tree | a8fb7ace3ac016f2a0db83f1896545e975d26bab /www/p5-CGI | |
parent | a7edce741c53774b219111dfcb335849dbdce355 (diff) | |
download | freebsd-ports-gnome-9abe64ca64762debd247881dbce87cae77472198.tar.gz freebsd-ports-gnome-9abe64ca64762debd247881dbce87cae77472198.tar.zst freebsd-ports-gnome-9abe64ca64762debd247881dbce87cae77472198.zip |
Use a file that is actually installed by the p5-libwww port for the
BUILD_DEPENDS line.
PR: 15404
Submitted by: Akinori MUSHA <knu@idaemons.org>
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 7f4728e2614a..e23e94960958 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= CGI MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= YES |