Convert to USES=libtool.

This commit is contained in:
Tijl Coosemans 2014-05-01 15:11:59 +00:00
parent 8039481510
commit b58442fd4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352754
2 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= sdl_image PORTNAME= sdl_image
PORTVERSION= 1.2.12 PORTVERSION= 1.2.12
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= SDL_image-${PORTVERSION} DISTNAME= SDL_image-${PORTVERSION}
@ -18,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libtiff.so:${PORTSDIR}/graphics/tiff \ libtiff.so:${PORTSDIR}/graphics/tiff \
libwebp.so:${PORTSDIR}/graphics/webp libwebp.so:${PORTSDIR}/graphics/webp
USES= gmake pkgconfig:build pathfix USES= gmake libtool:oldver pkgconfig pathfix
USE_AUTOTOOLS= libtool
USE_SDL= sdl USE_SDL= sdl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -3,7 +3,7 @@
PORTNAME= sdl_ttf PORTNAME= sdl_ttf
PORTVERSION= 2.0.11 PORTVERSION= 2.0.11
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION} DISTNAME= SDL_ttf-${PORTVERSION}
@ -15,9 +15,8 @@ LICENSE= ZLIB
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USE_AUTOTOOLS= libtool USES= gmake iconv libtool:oldver pathfix pkgconfig
USE_SDL= sdl USE_SDL= sdl
USES= gmake iconv pathfix pkgconfig
USE_XORG= x11 USE_XORG= x11
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include