View | Details | Raw Unified | Return to bug 91943
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 29-34 Link Here
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31
32
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
33
BROKEN=	"Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
34
.endif
35
32
.if defined(WITH_PGSQL)
36
.if defined(WITH_PGSQL)
33
USE_PGSQL=	yes
37
USE_PGSQL=	yes
34
USE_PHP+=	pgsql
38
USE_PHP+=	pgsql

Return to bug 91943