1
0
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:
Erwin Lansing 2010-03-13 22:30:27 +00:00
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

View File

@ -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

View File

@ -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>