Change BROKEN= into IGNORE= for FreeBSD versions not supported
Submitted by: Alex Dupre <ale@freebsd.org> via private email
This commit is contained in:
parent
40a93c43ce
commit
8b14e5762e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97911
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue