diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-22 21:44:11 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-22 21:44:11 +0000 |
commit | ce758fb3e8d78d83fe2d2acaea39103e653bbe2e (patch) | |
tree | 6a9c651a3e0fc0b3b6991d87e9a73f3ae5bdfb78 /audio/squeezecenter | |
parent | 05cfcafc106da419935b7bac69f0953d9c61c801 (diff) | |
download | FreeBSD-ports-ce758fb3e8d78d83fe2d2acaea39103e653bbe2e.zip FreeBSD-ports-ce758fb3e8d78d83fe2d2acaea39103e653bbe2e.tar.gz |
p5-DBD-mysql no longer installs Mysql.pm so our depends were broken.
Depend on DBD/mysql.pm instead.
Diffstat (limited to 'audio/squeezecenter')
-rw-r--r-- | audio/squeezecenter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/squeezecenter/Makefile b/audio/squeezecenter/Makefile index 53a010c..986b5d9 100644 --- a/audio/squeezecenter/Makefile +++ b/audio/squeezecenter/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/SlimServer_v${PORTVERSION} BUILD_DEPENDS+= ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS+= ${LOCALBASE}/bin/mDNSResponderPosix:${PORTSDIR}/net/mDNSResponder \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ |