mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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
@ -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 New Issue
Block a user