diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-02 03:31:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-02 03:31:52 +0000 |
commit | b56aa3c7ee8705817ab46864dcead41eab39e015 (patch) | |
tree | b01f1346a780e23c8a8abd36b7cd56df31c8f701 | |
parent | c6b4cad431fac9970c63fcbd32add87be63af86a (diff) | |
download | ports-b56aa3c7ee8705817ab46864dcead41eab39e015.tar.gz ports-b56aa3c7ee8705817ab46864dcead41eab39e015.zip |
- Mark broken on 4.x
Notes
Notes:
svn path=/head/; revision=150192
-rw-r--r-- | www/seamonkey/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 23a22744f64b..0bb4a491845b 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -56,7 +56,7 @@ IGNORE= core dumps on ${ARCH} during post-build .endif .if ${OSVERSION} < 500000 -USE_GCC= 3.4+ +BROKEN="Does not build" .endif .if defined(WITHOUT_MAILNEWS) diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 23a22744f64b..0bb4a491845b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -56,7 +56,7 @@ IGNORE= core dumps on ${ARCH} during post-build .endif .if ${OSVERSION} < 500000 -USE_GCC= 3.4+ +BROKEN="Does not build" .endif .if defined(WITHOUT_MAILNEWS) |