Fix build with bmake by using gmake is make is bmake
This commit is contained in:
parent
0794ba86c1
commit
3701f11e2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317188
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_EFL= ecore libtool_hack
|
||||
USES= pkgconfig
|
||||
.if defined(.PARSEDIR)
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue