Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 17:56:06 +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: r330159 - head/graphics/evas-loader-svg
Message-ID:  <201310121756.r9CHu651063029@svn.freebsd.org>

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

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging

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

Modified: head/graphics/evas-loader-svg/Makefile
==============================================================================
--- head/graphics/evas-loader-svg/Makefile	Sat Oct 12 17:55:50 2013	(r330158)
+++ head/graphics/evas-loader-svg/Makefile	Sat Oct 12 17:56:06 2013	(r330159)
@@ -14,7 +14,7 @@ COMMENT=	A hardware accelerated canvas A
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
@@ -25,7 +25,6 @@ USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/svg
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-svg
 



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