mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
eb5ae61165
commit
18d8c4f8a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360331
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= sdl2_image
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
||||
DISTNAME= SDL2_image-${PORTVERSION}
|
||||
@ -17,8 +17,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libwebp.so:${PORTSDIR}/graphics/webp
|
||||
|
||||
USES= pkgconfig:build pathfix gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pkgconfig:build pathfix gmake libtool
|
||||
USE_SDL= sdl2
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,7 +1,6 @@
|
||||
include/SDL2/SDL_image.h
|
||||
lib/libSDL2_image-2.0.so
|
||||
lib/libSDL2_image-2.0.so.0
|
||||
lib/libSDL2_image-2.0.so.0.0.0
|
||||
lib/libSDL2_image.a
|
||||
lib/libSDL2_image.la
|
||||
lib/libSDL2_image.so
|
||||
libdata/pkgconfig/SDL2_image.pc
|
||||
|
Loading…
Reference in New Issue
Block a user