diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-19 06:35:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-19 06:35:35 +0000 |
commit | c6091421f0cc1c7be352c416418eebac7f565577 (patch) | |
tree | 38551966ed81ee81231e5059b30591df4d42ded6 /ports-mgmt | |
parent | 8e2cf8b4533cd6c09bf96c905602cdc94cb1f4ff (diff) | |
download | ports-c6091421f0cc1c7be352c416418eebac7f565577.tar.gz ports-c6091421f0cc1c7be352c416418eebac7f565577.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index a6dc44d731a4..aedf176c32fe 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -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) diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index a6dc44d731a4..aedf176c32fe 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -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) |