diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 11:07:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 11:07:58 +0800 |
commit | 8877c7e49c2e7f536fd85abbd45ee70d54efc76c (patch) | |
tree | 2436fdd873d4904e516a0e84a60b8e0f491b335b | |
parent | 1c01fc396328023e636518a2968bac486c303913 (diff) | |
download | freebsd-ports-gnome-8877c7e49c2e7f536fd85abbd45ee70d54efc76c.tar.gz freebsd-ports-gnome-8877c7e49c2e7f536fd85abbd45ee70d54efc76c.tar.zst freebsd-ports-gnome-8877c7e49c2e7f536fd85abbd45ee70d54efc76c.zip |
Mark IGNORE instead of BROKEN; it compiles, but some of its dependencies
do not.
Approved by: portmgr (self)
-rw-r--r-- | graphics/crystalspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 5cdaf4b214b9..0a004ed9289e 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -67,7 +67,7 @@ OPTIONS= DEBUG "Build with debugging information" off \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -BROKEN= Some dependencies do not compile with gcc4 +IGNORE= Some dependencies do not compile with gcc4 .endif .if ${ARCH} == "sparc64" |