Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 15:11:59 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352754 - in head/graphics: sdl_image sdl_ttf
Message-ID:  <201405011511.s41FBxnW003804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu May  1 15:11:59 2014
New Revision: 352754
URL: http://svnweb.freebsd.org/changeset/ports/352754
QAT: https://qat.redports.org/buildarchive/r352754/

Log:
  Convert to USES=libtool.

Modified:
  head/graphics/sdl_image/Makefile
  head/graphics/sdl_ttf/Makefile

Modified: head/graphics/sdl_image/Makefile
==============================================================================
--- head/graphics/sdl_image/Makefile	Thu May  1 15:08:37 2014	(r352753)
+++ head/graphics/sdl_image/Makefile	Thu May  1 15:11:59 2014	(r352754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_image
 PORTVERSION=	1.2.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL_image-${PORTVERSION}
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libwebp.so:${PORTSDIR}/graphics/webp
 
-USES=		gmake pkgconfig:build pathfix
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool:oldver pkgconfig pathfix
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/sdl_ttf/Makefile
==============================================================================
--- head/graphics/sdl_ttf/Makefile	Thu May  1 15:08:37 2014	(r352753)
+++ head/graphics/sdl_ttf/Makefile	Thu May  1 15:11:59 2014	(r352754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_ttf
 PORTVERSION=	2.0.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_ttf/release/
 DISTNAME=	SDL_ttf-${PORTVERSION}
@@ -15,9 +15,8 @@ LICENSE=	ZLIB
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
-USE_AUTOTOOLS=	libtool
+USES=		gmake iconv libtool:oldver pathfix pkgconfig
 USE_SDL=	sdl
-USES=		gmake iconv pathfix pkgconfig
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011511.s41FBxnW003804>