diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-06 14:02:52 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-06 14:02:52 +0800 |
commit | 3a3d45576125d56e5bcef847260abd29a35ad303 (patch) | |
tree | 2d3fefb6858be3b6523496bc86f639569bb5c553 /multimedia/dvdrip/Makefile | |
parent | 06d123c097fdb44d6b381833d3e48f2c4f9e7361 (diff) | |
download | freebsd-ports-gnome-3a3d45576125d56e5bcef847260abd29a35ad303.tar.gz freebsd-ports-gnome-3a3d45576125d56e5bcef847260abd29a35ad303.tar.zst freebsd-ports-gnome-3a3d45576125d56e5bcef847260abd29a35ad303.zip |
- Update to 0.98.2
PR: ports/107085
Submitted by: chinsan
Approved by: maintainer timeout (15 days)
Diffstat (limited to 'multimedia/dvdrip/Makefile')
-rw-r--r-- | multimedia/dvdrip/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 70c6b723da36..0a4ff4442c9c 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dvdrip -PORTVERSION= 0.98.1 +PORTVERSION= 0.98.2 CATEGORIES= multimedia MASTER_SITES= http://www.exit1.org/dvdrip/dist/ \ ${MASTER_SITE_PERL_CPAN} @@ -26,6 +26,9 @@ 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}/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 \ ${SITE_PERL}/Locale/Messages.pm:${PORTSDIR}/devel/p5-Locale-libintl @@ -33,6 +36,7 @@ OPTIONS= SUBTITLE "Enable support for getting subtitles" on \ VORBIS "OGG/Vorbis audio support" on PERL_CONFIGURE= yes +CONFIGURE_ENV= SKIP_UNPACK_REQUIRED_MODULES=1 USE_PERL5= yes USE_GETTEXT= yes |