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:
parent
8e2cf8b453
commit
c6091421f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153857
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user