aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 21:46:10 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 21:46:10 +0000
commit99d64d06f4383672a9d46ff8284452cc3f06f641 (patch)
treea0e5a276107c5ef48e428b83b1da8c79b37c33c8 /x11
parentd06c83bace4125fda060d3b0416d286c872bc88d (diff)
downloadports-99d64d06f4383672a9d46ff8284452cc3f06f641.tar.gz
ports-99d64d06f4383672a9d46ff8284452cc3f06f641.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-input_evas/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile
index 98e2d6093db2..cdafec88ab55 100644
--- a/x11/ecore-input_evas/Makefile
+++ b/x11/ecore-input_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= input
-USES= pkgconfig
+USES= gmake pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-NO_STAGE= yes
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-input \
@@ -41,6 +39,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-input-evas.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>