mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Mark BROKEN on 4.X
Reported by: krismail
This commit is contained in:
parent
a4b154b404
commit
ac360c1775
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162860
1 changed files with 7 additions and 1 deletions
|
@ -20,8 +20,14 @@ MAKEFILE= Makefile.bsd
|
|||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on FreeBSD 4.X
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue