diff options
author | pav <pav@FreeBSD.org> | 2008-11-30 06:36:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-30 06:36:28 +0800 |
commit | 6ae49034fb0c159371fd2f9a5abaa7f4e74643a1 (patch) | |
tree | 4c373d268394442be2c707333f61ed1fcbeb530b /audio/gnupod/Makefile | |
parent | 97b9cfa3cad683177c2b0890fad30132d1a4633a (diff) | |
download | freebsd-ports-gnome-6ae49034fb0c159371fd2f9a5abaa7f4e74643a1.tar.gz freebsd-ports-gnome-6ae49034fb0c159371fd2f9a5abaa7f4e74643a1.tar.zst freebsd-ports-gnome-6ae49034fb0c159371fd2f9a5abaa7f4e74643a1.zip |
- Add dependency on Digest::SHA1, it's no longer pulled in via Digest::MD5
Reported by: pointyhat
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 30d2e3f3ed36..3293b279d08c 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} INFO= gnupod |