mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Build fails under RELENG_4 unless USE_GMAKE=yes.
Make it conditional on OSVERSION since RELENG_5 and HEAD does not have that problem Noticed by: KIMURA Yasuhiro <yasu@utahime.org>
This commit is contained in:
parent
14d570af2b
commit
17c455125d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129537
@ -42,6 +42,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
USE_GMAKE =yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GDBM)
|
||||
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
|
||||
CONFIGURE_ARGS+= --with-db=gdbm
|
||||
|
Loading…
Reference in New Issue
Block a user