aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-25 19:08:56 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-25 19:08:56 +0000
commit0d2889621e47da4d1aa64d06d2dacedbef6971e6 (patch)
tree2578b05e30cf1d1e76a54f4c82330f83e41aee34 /audio/sdl_sound
parenta0fd99944e64e9f5bb9de2516f5611fd5e36a6d6 (diff)
downloadports-0d2889621e47da4d1aa64d06d2dacedbef6971e6.tar.gz
ports-0d2889621e47da4d1aa64d06d2dacedbef6971e6.zip
Post libtool-conversion fixups
Submitted by: pointyhat Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=156789
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 57642084d72f..374ea23b11be 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -17,7 +17,7 @@ COMMENT= A SDL audio library and player for some popular sound file formats
USE_SDL= sdl
USE_REINPLACE= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"