aboutsummaryrefslogtreecommitdiff
path: root/graphics/evas-engine-opengl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 13:33:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 13:33:48 +0000
commit3fab34b473387eb184dc23b1e44c08e00e7887b0 (patch)
tree13d065098ecbb45962ded477a0320ab55e7e6713 /graphics/evas-engine-opengl
parentabf4203ff8a943533a7c324e03696e5688ad9ac7 (diff)
Notes
Diffstat (limited to 'graphics/evas-engine-opengl')
-rw-r--r--graphics/evas-engine-opengl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile
index 48b98dc081e5..d5caf7209087 100644
--- a/graphics/evas-engine-opengl/Makefile
+++ b/graphics/evas-engine-opengl/Makefile
@@ -19,6 +19,11 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
+MYMAKE= ${MAKE}
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+MYMAKE= ${GMAKE}
+.endif
USE_EFL= evas librt_hack libtool_hack
USE_XORG= x11 xext xrender
USE_GL= gl glu
@@ -38,7 +43,7 @@ post-patch:
pre-build:
@(cd ${WRKSRC}/src/modules/engines/gl_common; ${SETENV} ${MAKE_ENV} \
- ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+ ${MYMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
post-install:
${INSTALL_DATA} ${WRKSRC}/evas-opengl-x11.pc \