diff options
author | steve <steve@FreeBSD.org> | 2001-07-18 07:34:36 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-07-18 07:34:36 +0800 |
commit | f95fbc8798134bdee34f891ed43f854f664579d3 (patch) | |
tree | 3c10a3ca01146e00c6bd46e766009bd23a7daf28 | |
parent | d763e89d37e0e79a12880aa719a9fc99d322a9b7 (diff) | |
download | freebsd-ports-gnome-f95fbc8798134bdee34f891ed43f854f664579d3.tar.gz freebsd-ports-gnome-f95fbc8798134bdee34f891ed43f854f664579d3.tar.zst freebsd-ports-gnome-f95fbc8798134bdee34f891ed43f854f664579d3.zip |
Fixup *_DEPENDS after repo-copy of p5-CGI to p5-CGI-modules.
-rw-r--r-- | www/p5-CGI-Application/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Navigation/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index e5ec04c73ffa..c93fb37f6d3e 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@databits.net BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI + ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff --git a/www/p5-HTML-Navigation/Makefile b/www/p5-HTML-Navigation/Makefile index d6ee1e73699d..1dfeac67b8fc 100644 --- a/www/p5-HTML-Navigation/Makefile +++ b/www/p5-HTML-Navigation/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI \ +BUILD_DEPENDS= ${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} |