aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-sync/Makefile
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-03-07 06:18:57 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-03-07 06:18:57 +0000
commitfd25d36cde1cef7b5fc0093f791a9ed9e76efe44 (patch)
tree406e1d72e4b1b6e5c1a3a95b90a98652d600a4c7 /www/firefox-sync/Makefile
parentc6429c5cae4e3cd2d0049b4a282247a7c76acd02 (diff)
downloadports-fd25d36cde1cef7b5fc0093f791a9ed9e76efe44.tar.gz
ports-fd25d36cde1cef7b5fc0093f791a9ed9e76efe44.zip
Notes
Diffstat (limited to 'www/firefox-sync/Makefile')
-rw-r--r--www/firefox-sync/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile
index 28fdb3bb2e59..4cdfa0ce9e25 100644
--- a/www/firefox-sync/Makefile
+++ b/www/firefox-sync/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firefox-sync
PORTVERSION= 1.6.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://hg.mozilla.org/services/fx-sync/archive/${DISTVERSION}${EXTRACT_SUFX}/
@@ -28,16 +29,13 @@ OPTIONS= FF35 "Build for Firefox 3.5 instead of 3.6" Off
.include <bsd.port.options.mk>
.if defined(WITHOUT_FF35)
-FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox
+USE_FIREFOX_BUILD= 36
AMD64_ARCH= amd64
.else
-FF_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35
+USE_FIREFOX_BUILD= 35
AMD64_ARCH= x86_64
.endif
-BUILD_DEPENDS+= ${FF_DEPENDS}
-RUN_DEPENDS+= ${FF_DEPENDS}
-
REVID= d52662c1c99b
.if ${ARCH} == i386
PLATFORM= FreeBSD_x86-gcc3