- Use OSVERSION instead of exist()

Noticed by:	kris
Approved by:	Piet Delport (maintainer, implicit)
This commit is contained in:
Rong-En Fan 2006-09-02 13:33:36 +00:00
parent 22c8556cc7
commit 923ca8d08d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171868

View File

@ -36,7 +36,7 @@ post-install:
.include <bsd.port.pre.mk>
.if !exists(/usr/include/stdint.h)
.if ${OSVERSION} < 500000
BROKEN= requires stdint.h
.endif