diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-13 21:36:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-13 21:36:30 +0000 |
commit | c54081c323363c5e154f32092616d2edb3df520e (patch) | |
tree | 66ef131529435a659fbc1208c883b1209dcb73a8 /multimedia | |
parent | Fix installation of deskbar-applet. (diff) |
- Update dependency lines for new p5-AnyEvent
Reported by: pointyhat
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267754
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index effd4d54a111..1fc7c428319f 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping \ ${BUILD_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \ + ${SITE_PERL}/${PERL_ARCH}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \ ${SITE_PERL}/Event/ExecFlow.pm:${PORTSDIR}/devel/p5-Event-ExecFlow \ ${SITE_PERL}/Gtk2/Ex/FormFactory.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-FormFactory \ ${SITE_PERL}/Event/RPC.pm:${PORTSDIR}/devel/p5-Event-RPC \ |