diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-01-22 21:44:11 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-01-22 21:44:11 +0000 |
commit | 27b652ddce90a367c75409e4125b8da864d5feca (patch) | |
tree | 18fc55f32b1daf936081120df3dd83926ee148aa /audio/slimserver | |
parent | be434d24bcb489629b964082a623dcb908b6da52 (diff) | |
download | ports-27b652ddce90a367c75409e4125b8da864d5feca.tar.gz ports-27b652ddce90a367c75409e4125b8da864d5feca.zip |
Notes
Diffstat (limited to 'audio/slimserver')
-rw-r--r-- | audio/slimserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/slimserver/Makefile b/audio/slimserver/Makefile index 53a010cae1cc..986b5d9e96f8 100644 --- a/audio/slimserver/Makefile +++ b/audio/slimserver/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 \ |