diff options
author | flo <flo@FreeBSD.org> | 2012-02-01 05:17:58 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-02-01 05:17:58 +0800 |
commit | 71210bb13c712ba8eb65fb77a936b9165b7712cd (patch) | |
tree | e2f316d9b25a3693830cf03f5c34a637c6a5f40f /www/firefox-esr/Makefile | |
parent | 04d567d1eee3b691147a20920f98dd959307010e (diff) | |
download | freebsd-ports-gnome-71210bb13c712ba8eb65fb77a936b9165b7712cd.tar.gz freebsd-ports-gnome-71210bb13c712ba8eb65fb77a936b9165b7712cd.tar.zst freebsd-ports-gnome-71210bb13c712ba8eb65fb77a936b9165b7712cd.zip |
update to 10.0
In collaboration with: beat
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index c7501ec59f9f..42848707839b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 9.0.1 +DISTVERSION= 10.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -120,6 +120,8 @@ post-patch: ${WRKSRC}/js/src/config/config.mk \ ${WRKSRC}/config/mkdepend/Makefile.in \ ${WRKSRC}/config/config.mk \ + ${WRKSRC}/config/mkdepend/Makefile.in \ + ${WRKSRC}/config/config.mk \ ${WRKSRC}/xpcom/io/nsAppFileLocationProvider.cpp @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ s|-lpthread|${PTHREAD_LIBS}|g ; \ |