mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
|
NOT_FOR_ARCHS= ia64
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${MACHINE} == "pc98"
|
.if ${MACHINE} == "pc98"
|
||||||
CFLAGS+= -DPC98
|
CFLAGS+= -DPC98
|
||||||
.endif
|
.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