Change BROKEN= into IGNORE= for FreeBSD versions not supported

Submitted by:	Alex Dupre <ale@freebsd.org> via private email
This commit is contained in:
Edwin Groothuis 2004-01-11 10:11:29 +00:00
parent 40a93c43ce
commit 8b14e5762e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97911

View file

@ -27,7 +27,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
# Check for FreeBSD version
.if ${OSVERSION} < 400000 || ${OSVERSION} > 499999
BROKEN= "This port is for FreeBSD 4 only"
IGNORE= "This port is for FreeBSD 4 only"
.else
# Check for ZendOptimizer sources
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)