svn commit: r352757 - head/audio/sdl_mixer

Tijl Coosemans tijl at FreeBSD.org
Thu May 1 16:22:35 UTC 2014


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>


More information about the svn-ports-all mailing list