aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-06 15:25:58 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-06 15:25:58 +0000
commit94f3ef7c6d57b0b1d84b80cb007fc1f15c9af7c1 (patch)
tree0c92fc4a04cf0b3dd6a4233552c4fb7550e8c1eb
parentef72260cd561202917373851efa1c3172092bbe2 (diff)
downloadports-94f3ef7c6d57b0b1d84b80cb007fc1f15c9af7c1.tar.gz
ports-94f3ef7c6d57b0b1d84b80cb007fc1f15c9af7c1.zip
Notes
-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>