mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix 'make describe' with older, buggy makes.
PR: ports/64109 Submitted by: Scott Lipcon <slipcon@mercea.net> Lesson learned the hard way by: linimon@FreeBSD.org
This commit is contained in:
parent
0bcf44e418
commit
8ff6db63fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104284
@ -23,7 +23,7 @@ MAN1= algae.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64"
|
||||
.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
|
||||
BROKEN= "Configure fails on alpha 5.x and sparc64"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user