diff options
author | swills <swills@FreeBSD.org> | 2012-06-16 21:03:32 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-16 21:03:32 +0800 |
commit | 014e6926f9b55c2a928001d538c4c6b2bf71e3f7 (patch) | |
tree | 3e41410d6be9b7713c3967f7cfba983ba6cf0506 /multimedia/dvdrip | |
parent | e9f88d964d37442a3e02821630ac8849d92c1896 (diff) | |
download | freebsd-ports-gnome-014e6926f9b55c2a928001d538c4c6b2bf71e3f7.tar.gz freebsd-ports-gnome-014e6926f9b55c2a928001d538c4c6b2bf71e3f7.tar.zst freebsd-ports-gnome-014e6926f9b55c2a928001d538c4c6b2bf71e3f7.zip |
- Avoid SITE_PERL in DEPENDS
- Avoid += without preceeding definition
Diffstat (limited to 'multimedia/dvdrip')
-rw-r--r-- | multimedia/dvdrip/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index cadd5122b3ca..b7cc80fbdcf0 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -16,6 +16,13 @@ MASTER_SITE_SUBDIR= CPAN:JRED MAINTAINER= perl@FreeBSD.org COMMENT= A Perl Gtk+ based dvd-ripper +BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ + p5-Event-ExecFlow>=0:${PORTSDIR}/devel/p5-Event-ExecFlow \ + p5-Gtk2-Ex-FormFactory>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-FormFactory \ + p5-Event-RPC>=0:${PORTSDIR}/devel/p5-Event-RPC \ + p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl +RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ convert:${PORTSDIR}/graphics/ImageMagick \ mplayer:${PORTSDIR}/multimedia/mplayer \ @@ -23,14 +30,7 @@ RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ transcode:${PORTSDIR}/multimedia/transcode \ vcdimager:${PORTSDIR}/multimedia/vcdimager \ rar:${PORTSDIR}/archivers/rar \ - ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping \ - ${BUILD_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${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 \ - ${SITE_PERL}/Locale/Messages.pm:${PORTSDIR}/devel/p5-Locale-libintl + ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping OPTIONS_DEFINE= VORBIS SUBTITLE OPTIONS_DEFAULT= VORBIS SUBTITLE |