diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-20 23:06:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-20 23:06:39 +0000 |
commit | d6f8963ed6a2bdc61cbf878364e9e77e300343ec (patch) | |
tree | 92a7a23eab4aa80fb6a6b2c91763ac6bba7af8ad /multimedia/dvdrip | |
parent | 4f3833c8ff40150267adae9396203f954f6c5040 (diff) | |
download | ports-d6f8963ed6a2bdc61cbf878364e9e77e300343ec.tar.gz ports-d6f8963ed6a2bdc61cbf878364e9e77e300343ec.zip |
Notes
Diffstat (limited to 'multimedia/dvdrip')
-rw-r--r-- | multimedia/dvdrip/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 4f2854885ab7..d9bee3ccd521 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -7,13 +7,14 @@ PORTNAME= dvdrip PORTVERSION= 0.39.05 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.exit1.org/dvdrip/dist/ DISTNAME= Video-DVDRip-${PORTVERSION:S/.05$//g}_05 MAINTAINER= michaelnottebrock@gmx.net -.if defined(WITH_CLUSTER) +.if !defined(WITHOUT_CLUSTER) RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping \ @@ -37,10 +38,13 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Video::DVDRip.3 pre-everything:: -.if defined(WITH_CLUSTER) +.if !defined(WITHOUT_CLUSTER) @${ECHO_MSG} - @${ECHO_MSG} "Cluster daemon disabled. Enable with WITHOUT_CLUSTER" + @${ECHO_MSG} "You can disable the cluster daemon and it's" + @${ECHO_MSG} "dependencies by defining WITHOUT_CLUSTER." @${ECHO_MSG} + @${ECHO_MSG} "Warning: dvdrip does not like this and will" + @${ECHO_MSG} "throw cryptic error-messages. Use with caution." .endif .if !defined(WITH_XINE) @${ECHO_MSG} |