Date: Mon, 24 Jan 2005 02:40:30 GMT From: Alex Trull <freebsd.alex@trull.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76258: games/scummvm: WITH_MPEG2 needs WITH_VORBIS to compile Message-ID: <200501240240.j0O2eUIb028324@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76258; it has been noted by GNATS. From: Alex Trull <freebsd.alex@trull.org> To: Volker Stolz <vs@freebsd.org> Cc: freebsd-gnats-submit@freebsd.org, freebsd@chillt.de Subject: Re: ports/76258: games/scummvm: WITH_MPEG2 needs WITH_VORBIS to compile Date: Mon, 24 Jan 2005 02:37:56 +0000 The following patch forces vorbis if mpeg2 is defined. With a maintainer address update and bumped revision (perhaps unnecessary) Cheers, Alex --- scummvm-orig/Makefile Mon Jan 10 00:17:44 2005 +++ scummvm/Makefile Mon Jan 24 02:29:47 2005 @@ -7,11 +7,12 @@ PORTNAME= scummvm PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= alexander@trull.com +MAINTAINER= freebsd.alex@trull.org COMMENT= Graphical Adventure Game Virtual Machine USE_BZIP2= yes @@ -32,6 +33,10 @@ MAN6= scummvm.6 DOCS= NEWS README TODO + +.if defined(WITH_MPEG2) +WITH_VORBIS= yes +.endif .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501240240.j0O2eUIb028324>