diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-07 07:50:04 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-07 07:50:04 +0000 |
commit | f2208b422ef129c73ad9066d9d0b56b0d4c215ae (patch) | |
tree | aa3da21d880651273f3d519ec12074271678f16b /www/p5-Apache-SessionX/Makefile | |
parent | 9972443768a272cc1b83cb4c1b3fd176bbe40e8e (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-SessionX/Makefile')
-rw-r--r-- | www/p5-Apache-SessionX/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-SessionX/Makefile b/www/p5-Apache-SessionX/Makefile index 6bf14ec0dacc..b1f640f1224c 100644 --- a/www/p5-Apache-SessionX/Makefile +++ b/www/p5-Apache-SessionX/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An extented persistence framework for session data -BUILD_DEPENDS= ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session +BUILD_DEPENDS= p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Apache::SessionX.3 \ |