svn commit: r329584 - head/graphics/evas-engine-opengl

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 6 15:10:46 UTC 2013


Author: gblach
Date: Sun Oct  6 15:10:45 2013
New Revision: 329584
URL: http://svnweb.freebsd.org/changeset/ports/329584

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

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

Modified: head/graphics/evas-engine-opengl/Makefile
==============================================================================
--- head/graphics/evas-engine-opengl/Makefile	Sun Oct  6 15:09:37 2013	(r329583)
+++ head/graphics/evas-engine-opengl/Makefile	Sun Oct  6 15:10:45 2013	(r329584)
@@ -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
@@ -27,7 +27,6 @@ USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/modules/engines/gl_x11
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-gl-xlib
 
@@ -44,6 +43,6 @@ pre-build:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/evas-opengl-x11.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list