svn commit: r330159 - head/graphics/evas-loader-svg

Grzegorz Blach gblach at FreeBSD.org
Sat Oct 12 17:56:07 UTC 2013


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
 


More information about the svn-ports-all mailing list