aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-02-28 10:37:35 +0800
committersteve <steve@FreeBSD.org>2000-02-28 10:37:35 +0800
commit9abe64ca64762debd247881dbce87cae77472198 (patch)
treea8fb7ace3ac016f2a0db83f1896545e975d26bab /www/p5-CGI
parenta7edce741c53774b219111dfcb335849dbdce355 (diff)
downloadfreebsd-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/Makefile2
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