diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 11:06:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 11:06:56 +0800 |
commit | 1c01fc396328023e636518a2968bac486c303913 (patch) | |
tree | 9008b19743b61816cb8adb6870d2e64807f42651 /databases | |
parent | 116bedbb41098bece3df742a87b8e241a8686221 (diff) | |
download | freebsd-ports-gnome-1c01fc396328023e636518a2968bac486c303913.tar.gz freebsd-ports-gnome-1c01fc396328023e636518a2968bac486c303913.tar.zst freebsd-ports-gnome-1c01fc396328023e636518a2968bac486c303913.zip |
Mark IGNORE instead of BROKEN. It builds, but its dependency does not.
Approved by: portmgr (self)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 33bf36307cca..431660beb308 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -86,7 +86,7 @@ MAKE_ENV+= CC=${CC} CXX=${CXX} FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR} .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -BROKEN= Client does not compile with GCC 4.2. Please use firebird2 instead +IGNORE= Client does not compile with GCC 4.2. Please use firebird2 instead .endif .if !defined(CLIENT_ONLY) |