Fix build with bmake
This commit is contained in:
parent
cd037cb9d1
commit
e2390469b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317439
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \
|
|||
--with-openssl=${OPENSSLBASE}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/}
|
||||
|
||||
PLIST_SUB= VER="${PORTVERSION}"
|
||||
|
|
Loading…
Reference in a new issue