Date: Sun, 6 Oct 2013 14:55:23 +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: r329580 - head/graphics/evas-engine-buffer Message-ID: <201310061455.r96EtNBR006388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061455.r96EtNBR006388>