1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

After a wise lesson of linimon@, make it IGNORE instead of BROKEN

This commit is contained in:
Edwin Groothuis 2006-01-19 06:35:35 +00:00
parent 8e2cf8b453
commit c6091421f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153857
3 changed files with 6 additions and 6 deletions

View File

@ -29,8 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
BROKEN= "Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
.endif
.if defined(WITH_PGSQL)

View File

@ -29,8 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
BROKEN= "Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
.endif
.if defined(WITH_PGSQL)

View File

@ -29,8 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
BROKEN= "Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
.endif
.if defined(WITH_PGSQL)