summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 22:01:13 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 22:01:13 +0000
commitadd14b24e2b038f832f12e0da6699fdaea262d72 (patch)
treea193165a6ba37250e3257da33bfa0597e555daab /x11
parent- Convert USE_GMAKE=yes to USES=gmake (diff)
- Convert USE_GMAKE=yes to USES=gmake
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=329513
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-imf_evas/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile
index 63e27e97c887..2439c4e4f046 100644
--- a/x11/ecore-imf_evas/Makefile
+++ b/x11/ecore-imf_evas/Makefile
@@ -17,15 +17,13 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_EFL= ecore evas libtool_hack
USE_EFL_ECORE= imf
-USES= pkgconfig
+USES= gmake pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-NO_STAGE= yes
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-con \
@@ -43,6 +41,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-imf-evas.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>