Date: Thu, 1 May 2014 16:22:34 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352757 - head/audio/sdl_mixer Message-ID: <201405011622.s41GMYah033219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu May 1 16:22:34 2014 New Revision: 352757 URL: http://svnweb.freebsd.org/changeset/ports/352757 QAT: https://qat.redports.org/buildarchive/r352757/ Log: Convert to USES=libtool. Modified: head/audio/sdl_mixer/Makefile Modified: head/audio/sdl_mixer/Makefile ============================================================================== --- head/audio/sdl_mixer/Makefile Thu May 1 15:34:02 2014 (r352756) +++ head/audio/sdl_mixer/Makefile Thu May 1 16:22:34 2014 (r352757) @@ -3,7 +3,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -13,9 +13,8 @@ COMMENT= A sample multi-channel audio mi LICENSE= ZLIB -USE_AUTOTOOLS= libtool +USES= gmake libtool:oldver pathfix pkgconfig USE_SDL= sdl -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include @@ -48,7 +47,7 @@ SMPEG_CONFIGURE_ENABLE= music-mp3 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_ENABLE= music-ogg -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTIMIDITYPLUS} RUN_DEPENDS+= ${LOCALBASE}/share/timidity/timidity.cfg-eawpats:${PORTSDIR}/audio/eawpats @@ -64,4 +63,4 @@ post-patch: @${REINPLACE_CMD} -e 's|%%CONFIG_FILE%%|${CONFIG_FILE}|g' \ ${WRKSRC}/timidity/config.h -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011622.s41GMYah033219>