diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-29 15:47:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-29 15:47:34 +0800 |
commit | 1f478b0f52ef746567bcd3587f8828b89eeb5519 (patch) | |
tree | 6f90ad9fb034a0d177af20bdaec65a3477234062 | |
parent | e8d4d45f71583db29e5435324a45e29bbdfc1725 (diff) | |
download | freebsd-ports-gnome-1f478b0f52ef746567bcd3587f8828b89eeb5519.tar.gz freebsd-ports-gnome-1f478b0f52ef746567bcd3587f8828b89eeb5519.tar.zst freebsd-ports-gnome-1f478b0f52ef746567bcd3587f8828b89eeb5519.zip |
Mark BROKEN with new Firefox.
-rw-r--r-- | www/adblock-firefox/Makefile | 2 | ||||
-rw-r--r-- | www/bugmenot-firefox/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/adblock-firefox/Makefile b/www/adblock-firefox/Makefile index ca0199b4b5c3..31feb77f6b22 100644 --- a/www/adblock-firefox/Makefile +++ b/www/adblock-firefox/Makefile @@ -14,4 +14,6 @@ MASTERDIR= ${.CURDIR}/../adblock WITH_FIREFOX= yes +BROKEN= "Does not build with new Firefox" + .include "${MASTERDIR}/Makefile" diff --git a/www/bugmenot-firefox/Makefile b/www/bugmenot-firefox/Makefile index 68531e041971..bdd52bb4b1f6 100644 --- a/www/bugmenot-firefox/Makefile +++ b/www/bugmenot-firefox/Makefile @@ -15,4 +15,6 @@ MASTERDIR= ${.CURDIR}/../bugmenot WITH_FIREFOX= yes +BROKEN= "Does not build with new Firefox" + .include "${MASTERDIR}/Makefile" |