diff options
author | kris <kris@FreeBSD.org> | 2004-02-18 11:50:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-18 11:50:35 +0800 |
commit | 85c8f3f941efa685ff55da9ec788c7db82afee6f (patch) | |
tree | 7ea425e5a2e04c55e5d6aaa8b30d7831608e60c1 /devel | |
parent | 09551c1ed6f6b0f702adc8c4cdce7fc6fcf59165 (diff) | |
download | freebsd-ports-graphics-85c8f3f941efa685ff55da9ec788c7db82afee6f.tar.gz freebsd-ports-graphics-85c8f3f941efa685ff55da9ec788c7db82afee6f.tar.zst freebsd-ports-graphics-85c8f3f941efa685ff55da9ec788c7db82afee6f.zip |
Change BROKEN to IGNORE since the package still builds (but does not work)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/whups/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/whups/Makefile b/devel/whups/Makefile index ed1053fbc05..f816b829741 100644 --- a/devel/whups/Makefile +++ b/devel/whups/Makefile @@ -16,7 +16,7 @@ COMMENT= WHUPS is a web-based bug tracking system RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 -BROKEN= "Doesn't run with Horde 2.1 or 2.2" +IGNORE= "Doesn't run with Horde 2.1 or 2.2" NO_BUILD= yes |