aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/evas-engine-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas-engine-x11/Makefile')
-rw-r--r--graphics/evas-engine-x11/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile
index 41f08c51eccf..fd8d91027937 100644
--- a/graphics/evas-engine-x11/Makefile
+++ b/graphics/evas-engine-x11/Makefile
@@ -14,7 +14,7 @@ COMMENT= A hardware accelerated canvas API (X11 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_x11
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-software-xlib
@@ -38,6 +37,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/evas-software-x11.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>