diff options
author | lbr <lbr@FreeBSD.org> | 2006-07-12 01:54:59 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2006-07-12 01:54:59 +0800 |
commit | a603030367c9032864a7f67a0db317e6f2efe184 (patch) | |
tree | d89f13ae1ba4b21c77b0af974d1c23b859a6fbae /www/p5-Catalyst-Plugin-Cache-FileCache | |
parent | 08c97a3d3416177c83918ab3cb09a783e5494754 (diff) | |
download | freebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.tar.gz freebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.tar.zst freebsd-ports-gnome-a603030367c9032864a7f67a0db317e6f2efe184.zip |
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
Diffstat (limited to 'www/p5-Catalyst-Plugin-Cache-FileCache')
-rw-r--r-- | www/p5-Catalyst-Plugin-Cache-FileCache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile b/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile index 6ee62afdc7b9..f63278aa039a 100644 --- a/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile +++ b/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= File cache for Catalyst -BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache RUN_DEPENDS= ${BUILD_DEPENDS} |