diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 15:16:25 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-06 15:16:25 +0000 |
commit | 106cb190a44827f3e2d98d376dd1f593a6353476 (patch) | |
tree | 51969e7eb31fce3458f44ac2e4ecd842433b7fa7 /graphics | |
parent | b622c06fddedb80368cff0dd4504dba2f610ec66 (diff) | |
download | ports-106cb190a44827f3e2d98d376dd1f593a6353476.tar.gz ports-106cb190a44827f3e2d98d376dd1f593a6353476.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-engine-sdl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index 20da86387515..92d16ccce43f 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -14,7 +14,7 @@ COMMENT= A hardware accelerated canvas API (SDL engine) LICENSE= BSD -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes @@ -26,7 +26,6 @@ USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_16_sdl INSTALL_WRKSRC= ${BUILD_WRKSRC} -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-software-16-sdl @@ -38,6 +37,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/evas-software-sdl.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> |