Date: Tue, 19 Jul 2005 13:03:09 -0300 From: "Alejandro Pulver" <alejandro@varnet.biz> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/83734: [UPDATE] audio/sdl_mixer: add optional support for libmikmod Message-ID: <1121788989.0@phobos.mars.bsd> Resent-Message-ID: <200507191610.j6JGADb7038367@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83734 >Category: ports >Synopsis: [UPDATE] audio/sdl_mixer: add optional support for libmikmod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 16:10:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- sdl_mixer.diff begins here --- diff -urN sdl_mixer.old/Makefile sdl_mixer/Makefile --- sdl_mixer.old/Makefile Tue Apr 26 05:28:11 2005 +++ sdl_mixer/Makefile Mon Jul 18 13:07:01 2005 @@ -31,4 +31,10 @@ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if defined(WITH_MIKMOD) +LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod +.endif + +.include <bsd.port.post.mk> --- sdl_mixer.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1121788989.0>