svn commit: r329580 - head/graphics/evas-engine-buffer

Grzegorz Blach gblach at FreeBSD.org
Sun Oct 6 14:55:23 UTC 2013


Author: gblach
Date: Sun Oct  6 14:55:22 2013
New Revision: 329580
URL: http://svnweb.freebsd.org/changeset/ports/329580

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Convert to new LIB_DEPENDS syntax
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

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

Modified: head/graphics/evas-engine-buffer/Makefile
==============================================================================
--- head/graphics/evas-engine-buffer/Makefile	Sun Oct  6 14:53:00 2013	(r329579)
+++ head/graphics/evas-engine-buffer/Makefile	Sun Oct  6 14:55:22 2013	(r329580)
@@ -14,19 +14,17 @@ 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
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/modules/engines/buffer
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-buffer
 
@@ -38,6 +36,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/evas-software-buffer.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list