aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-10-25 17:23:19 +0800
committererwin <erwin@FreeBSD.org>2009-10-25 17:23:19 +0800
commita1c13794508e60e48f6b0c18cc65fc49adf42032 (patch)
tree1b54e6e925ed50e3734f51b35b32efa927377f63
parentcceba08bcc8ad43a4012f3f6c1bd6a57e38081db (diff)
downloadfreebsd-ports-gnome-a1c13794508e60e48f6b0c18cc65fc49adf42032.tar.gz
freebsd-ports-gnome-a1c13794508e60e48f6b0c18cc65fc49adf42032.tar.zst
freebsd-ports-gnome-a1c13794508e60e48f6b0c18cc65fc49adf42032.zip
Mark BROKEN on 6.x: does not build
-rw-r--r--www/firefox-sync/Makefile8
-rw-r--r--www/weave/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile
index 83061f2549f6..e10555c03a8e 100644
--- a/www/firefox-sync/Makefile
+++ b/www/firefox-sync/Makefile
@@ -49,4 +49,10 @@ post-install:
${MKDIR} ${PREFIX}/lib/firefox3/extensions
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/weave/Makefile b/www/weave/Makefile
index 83061f2549f6..e10555c03a8e 100644
--- a/www/weave/Makefile
+++ b/www/weave/Makefile
@@ -49,4 +49,10 @@ post-install:
${MKDIR} ${PREFIX}/lib/firefox3/extensions
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>