diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-29 07:47:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-29 07:47:34 +0000 |
commit | 9e620a2a36715157037d3b8ccc3fbb073169c924 (patch) | |
tree | 458b0237ad7a7a825cebcf565aa71f6fc6a0774a /www/bugmenot-firefox | |
parent | c46400c30950ec3f27ec9142493b387724482f0b (diff) |
Notes
Diffstat (limited to 'www/bugmenot-firefox')
-rw-r--r-- | www/bugmenot-firefox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |