diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
commit | 17a043ebcdd6316843b85d6bccef676314db0b05 (patch) | |
tree | 8750231324508086cb75cdcadc02339d878c0c5d /graphics/evas-loader-png | |
parent | 41f553bf27d80a550bc4bd11a9b9d9b3c51520d1 (diff) |
Notes
Diffstat (limited to 'graphics/evas-loader-png')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index 02ae200937ce..c0af2d290f5c 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -21,6 +21,11 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USES= pkgconfig +MYMAKE= ${MAKE} +.if defined(.PARSEDIR) +USE_GMAKE= yes +MYMAKE= ${GMAKE} +.endif USE_EFL= evas librt_hack libtool_hack USE_LDCONFIG= yes @@ -37,11 +42,11 @@ post-patch: ${MAKEDIRS:S,$,/Makefile.in,} do-build: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MYMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) do-install: - @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MYMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) .include <bsd.port.mk> |