Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 17:50:22 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330156 - head/graphics/evas-loader-png
Message-ID:  <201310121750.r9CHoMEo060753@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Oct 12 17:50:22 2013
New Revision: 330156
URL: http://svnweb.freebsd.org/changeset/ports/330156

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Convert to new LIB_DEPENDS syntax
  - Support staging

Modified:
  head/graphics/evas-loader-png/Makefile

Modified: head/graphics/evas-loader-png/Makefile
==============================================================================
--- head/graphics/evas-loader-png/Makefile	Sat Oct 12 17:45:38 2013	(r330155)
+++ head/graphics/evas-loader-png/Makefile	Sat Oct 12 17:50:22 2013	(r330156)
@@ -14,21 +14,19 @@ COMMENT=	A hardware accelerated canvas A
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/png \
 		${WRKSRC}/src/modules/savers/png
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-png
 



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