diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-28 19:50:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-28 19:50:00 +0800 |
commit | 515cdaf892ed23be2606a72dfebbe2cd01e236e7 (patch) | |
tree | 6873c730e316d65cb1197f5e1723c3bbd116cdaa | |
parent | 45b8d7faf81a521b98b27ff136364dad403ced96 (diff) | |
download | freebsd-ports-gnome-515cdaf892ed23be2606a72dfebbe2cd01e236e7.tar.gz freebsd-ports-gnome-515cdaf892ed23be2606a72dfebbe2cd01e236e7.tar.zst freebsd-ports-gnome-515cdaf892ed23be2606a72dfebbe2cd01e236e7.zip |
Fix dependency list of www/scoop.
Submitted by: erwin@
-rw-r--r-- | www/scoop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/scoop/Makefile b/www/scoop/Makefile index b5d7e7dd2669..4ea3949c86e4 100644 --- a/www/scoop/Makefile +++ b/www/scoop/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/String/Random.pm:${PORTSDIR}/devel/p5-String-Random \ - ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time \ + ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \ ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ |