1
0
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:
Sergei Kolobov 2005-02-22 10:08:10 +00:00
parent 14d570af2b
commit 17c455125d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129537

View File

@ -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