diff options
author | ade <ade@FreeBSD.org> | 2006-02-26 03:08:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-26 03:08:56 +0800 |
commit | 5f7ebaff4173802c5e35399f32e0ab31d6fab5a3 (patch) | |
tree | 462000f2cf14161e4c8c15e85af339bef4252b4a /audio/sdl_sound | |
parent | 81f7f140dffcb4d58a148defe5a02ff82edf4b33 (diff) | |
download | freebsd-ports-graphics-5f7ebaff4173802c5e35399f32e0ab31d6fab5a3.tar.gz freebsd-ports-graphics-5f7ebaff4173802c5e35399f32e0ab31d6fab5a3.tar.zst freebsd-ports-graphics-5f7ebaff4173802c5e35399f32e0ab31d6fab5a3.zip |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index 57642084d72..374ea23b11b 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" |