Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 15:16:26 +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: r329588 - head/graphics/evas-engine-sdl
Message-ID:  <201310061516.r96FGQQL018141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Oct  6 15:16:25 2013
New Revision: 329588
URL: http://svnweb.freebsd.org/changeset/ports/329588

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/graphics/evas-engine-sdl/Makefile

Modified: head/graphics/evas-engine-sdl/Makefile
==============================================================================
--- head/graphics/evas-engine-sdl/Makefile	Sun Oct  6 15:15:00 2013	(r329587)
+++ head/graphics/evas-engine-sdl/Makefile	Sun Oct  6 15:16:25 2013	(r329588)
@@ -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
@@ -26,7 +26,6 @@ USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/modules/engines/software_16_sdl
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-software-16-sdl
 
@@ -38,6 +37,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/evas-software-sdl.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>



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