mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
e9d98ae62d
commit
8056ecc483
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356556
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user