svn commit: r329588 - head/graphics/evas-engine-sdl

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 6 15:16:26 UTC 2013


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>


More information about the svn-ports-all mailing list