diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/sdl_mixer | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r-- | audio/sdl_mixer/Makefile | 4 | ||||
-rw-r--r-- | audio/sdl_mixer/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 0c2325924945..9a64febbc710 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A sample multi-channel audio mixer library USE_SDL= sdl USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/sdl_mixer/pkg-plist b/audio/sdl_mixer/pkg-plist index ed6762047aea..e9670914d848 100644 --- a/audio/sdl_mixer/pkg-plist +++ b/audio/sdl_mixer/pkg-plist @@ -1,4 +1,5 @@ include/SDL11/SDL_mixer.h lib/libSDL_mixer.a +lib/libSDL_mixer.la lib/libSDL_mixer.so lib/libSDL_mixer.so.2 |