diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 14:55:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 14:55:22 +0000 |
commit | 8d855934a91338c7e0571b3260419957a048f482 (patch) | |
tree | 5daa3057567606c1c79e6c1078565c08405f3a3d /graphics | |
parent | 7718950a466fea84192c2a67d672b24ea6475a83 (diff) | |
download | ports-8d855934a91338c7e0571b3260419957a048f482.tar.gz ports-8d855934a91338c7e0571b3260419957a048f482.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-engine-buffer/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/evas-engine-buffer/Makefile b/graphics/evas-engine-buffer/Makefile index e6276abae886..fd461f6cecf8 100644 --- a/graphics/evas-engine-buffer/Makefile +++ b/graphics/evas-engine-buffer/Makefile @@ -14,19 +14,17 @@ COMMENT= A hardware accelerated canvas API (buffer engine) 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> |