Mark BROKEN on 8.x: does not build
This commit is contained in:
parent
ad2134344d
commit
afb0b665e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251013
2 changed files with 11 additions and 1 deletions
|
@ -37,6 +37,10 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX} OV_INCLUDE=${LOCALBASE}/include
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800501
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_OVIMArray)
|
||||
PLIST_SUB+= OVIMArray=""
|
||||
.else
|
||||
|
|
|
@ -25,4 +25,10 @@ HAS_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP}
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800108
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue