aboutsummaryrefslogtreecommitdiff
path: root/graphics/evas-engine-opengl
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-06 15:10:45 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-06 15:10:45 +0000
commitb5c7cd0a6cc596104a0a559090045d9c7471c9bb (patch)
tree25a635bfe52aafbb430861e0b141cb7eecb9328f /graphics/evas-engine-opengl
parent8003efa0cd464c2fa6e11360e8f6a151a4ff7ad8 (diff)
downloadports-b5c7cd0a6cc596104a0a559090045d9c7471c9bb.tar.gz
ports-b5c7cd0a6cc596104a0a559090045d9c7471c9bb.zip
Notes
Diffstat (limited to 'graphics/evas-engine-opengl')
-rw-r--r--graphics/evas-engine-opengl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile
index 12e1bc4d75f4..47543167a6ac 100644
--- a/graphics/evas-engine-opengl/Makefile
+++ b/graphics/evas-engine-opengl/Makefile
@@ -14,7 +14,7 @@ COMMENT= A hardware accelerated canvas API (OpenGL engine)
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>