1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix make describe for old make's.

PR:		65622
Submitted by:	Scott Lipcon <slipcon@mercea.net>
This commit is contained in:
Tilman Keskinoz 2004-04-16 14:52:10 +00:00
parent 3e8e3ecfe4
commit 6accbd81ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107237

View File

@ -31,7 +31,7 @@ MAN1= jackd.1 jackstart.1
.include <bsd.port.pre.mk>
.if (${OSVERSION} > 500000) && (${OSVERSION} < 502102)
.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
BROKEN= "Does not compile"
.endif