diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-06 23:10:45 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-06 23:10:45 +0800 |
commit | 605876b77215eeb08ec6f21b128636132f2fa0a2 (patch) | |
tree | 25a635bfe52aafbb430861e0b141cb7eecb9328f /graphics | |
parent | 553b68aa0c78ec92601ccfe46b4632f5ad1be8db (diff) | |
download | freebsd-ports-gnome-605876b77215eeb08ec6f21b128636132f2fa0a2.tar.gz freebsd-ports-gnome-605876b77215eeb08ec6f21b128636132f2fa0a2.tar.zst freebsd-ports-gnome-605876b77215eeb08ec6f21b128636132f2fa0a2.zip |
- Convert to new LIB_DEPENDS syntax
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-engine-opengl/Makefile | 5 |
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> |