aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_mixer
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-01 16:22:34 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-01 16:22:34 +0000
commited528862c0c3db4ed7cd613d2879dd3ec4084e8a (patch)
treea70f0cf304476806aecc996a28b92f70913c2493 /audio/sdl_mixer
parent8c8d41d1a93dfb09c41083317e98e1a2b5a31d02 (diff)
downloadports-ed528862c0c3db4ed7cd613d2879dd3ec4084e8a.tar.gz
ports-ed528862c0c3db4ed7cd613d2879dd3ec4084e8a.zip
Convert to USES=libtool.
Notes
Notes: svn path=/head/; revision=352757
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r--audio/sdl_mixer/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index f09b42bae2dc..3712b3697f1d 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -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 mixer library
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>