diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-05 07:00:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-05 07:00:57 +0800 |
commit | 7cee36551998370b086e299fbd5ed84d434ee579 (patch) | |
tree | 8623a972e524fae3eaccdafb7b9f8d1da558a5ce /audio/sdl2_mixer | |
parent | 58db7a1d159f818b0e98d1e0eeadc3daba3dcd68 (diff) | |
download | freebsd-ports-gnome-7cee36551998370b086e299fbd5ed84d434ee579.tar.gz freebsd-ports-gnome-7cee36551998370b086e299fbd5ed84d434ee579.tar.zst freebsd-ports-gnome-7cee36551998370b086e299fbd5ed84d434ee579.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'audio/sdl2_mixer')
-rw-r--r-- | audio/sdl2_mixer/Makefile | 4 | ||||
-rw-r--r-- | audio/sdl2_mixer/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index f6a504799116..e12d94dd0774 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -2,7 +2,7 @@ PORTNAME= sdl2_mixer PORTVERSION= 2.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL2_mixer-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= A sample multi-channel audio mixer library LICENSE= ZLIB -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool USE_SDL= sdl2 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/sdl2_mixer/pkg-plist b/audio/sdl2_mixer/pkg-plist index a7552a9553af..23fb61f70993 100644 --- a/audio/sdl2_mixer/pkg-plist +++ b/audio/sdl2_mixer/pkg-plist @@ -1,7 +1,6 @@ include/SDL2/SDL_mixer.h -lib/libSDL2_mixer-2.0.so lib/libSDL2_mixer-2.0.so.0 +lib/libSDL2_mixer-2.0.so.0.0.0 lib/libSDL2_mixer.a -lib/libSDL2_mixer.la lib/libSDL2_mixer.so libdata/pkgconfig/SDL2_mixer.pc |