1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

make(1) in 5.2.1-RELEASE can't handle the generated Makefiles either.

This commit is contained in:
Michael Nottebrock 2005-03-02 18:50:08 +00:00
parent 57af09bfae
commit 5eec531566
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130209

View File

@ -42,7 +42,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
.if ${OSVERSION} < 502010
USE_GMAKE =yes
.endif