diff options
author | mat <mat@FreeBSD.org> | 2006-06-13 23:52:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-06-13 23:52:05 +0800 |
commit | b69bff7b7cf213dc145332c590f59a24d5c275b5 (patch) | |
tree | 3cf2e3125ef4538c0d1b2396deaafb74569b0dee /www | |
parent | 9044bc9f6b51020dc6abea21038c1996916beedc (diff) | |
download | freebsd-ports-gnome-b69bff7b7cf213dc145332c590f59a24d5c275b5.tar.gz freebsd-ports-gnome-b69bff7b7cf213dc145332c590f59a24d5c275b5.tar.zst freebsd-ports-gnome-b69bff7b7cf213dc145332c590f59a24d5c275b5.zip |
update dependency
PR: 96445
Submitted by: leeym
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-PHP-Session/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile index 0df37f21eb1d..eef5c240c270 100644 --- a/www/p5-PHP-Session/Makefile +++ b/www/p5-PHP-Session/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Read / write PHP session files -BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ +BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} |