Date: Sun, 6 Oct 2013 15:10:45 +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: r329584 - head/graphics/evas-engine-opengl Message-ID: <201310061510.r96FAjJo015066@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061510.r96FAjJo015066>