1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove always-true condition due to OSVERSION

This commit is contained in:
Edwin Groothuis 2007-04-16 11:58:10 +00:00
parent aa0f192c42
commit 3783392432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190115

View File

@ -23,7 +23,7 @@ PROGRAMS= counter hybridize normalize random_clip random_line
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
.if ${ARCH} == "alpha"
BROKEN= "Does not compile"
.endif