diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 00:20:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 00:20:46 +0000 |
commit | 18d8c4f8a67d791bdc09c911fe6dcbd144bae71a (patch) | |
tree | 00a85f6ce00fd9a8d6b36f03f8d0633595139f4b /graphics/sdl2_image | |
parent | eb5ae6116595d978d1257eea8f3fce97a75f6eaa (diff) |
Notes
Diffstat (limited to 'graphics/sdl2_image')
-rw-r--r-- | graphics/sdl2_image/Makefile | 5 | ||||
-rw-r--r-- | graphics/sdl2_image/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index f4ac1341c7c1..2565951c110f 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -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 diff --git a/graphics/sdl2_image/pkg-plist b/graphics/sdl2_image/pkg-plist index 6365ab58aaf3..f0306c625ef4 100644 --- a/graphics/sdl2_image/pkg-plist +++ b/graphics/sdl2_image/pkg-plist @@ -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 |