Mark BROKEN on 4.x.
Reported by: pointyhat via kris
This commit is contained in:
parent
b1ca1cce2a
commit
0fd89f99d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170138
1 changed files with 7 additions and 1 deletions
|
@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= does not build on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue