aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-sync
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-10-25 09:23:19 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-10-25 09:23:19 +0000
commit18864f30e14a965c9b770b7453e200aabe300851 (patch)
tree971bb55bcfc7e10f524f9766eaebca40a624b88b /www/firefox-sync
parent48c1c54bf40947e355d166b3817730066ec6bd6d (diff)
downloadports-18864f30e14a965c9b770b7453e200aabe300851.tar.gz
ports-18864f30e14a965c9b770b7453e200aabe300851.zip
Notes
Diffstat (limited to 'www/firefox-sync')
-rw-r--r--www/firefox-sync/Makefile8
1 files changed, 7 insertions, 1 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>