diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-18 22:11:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-18 22:11:16 +0000 |
commit | e6a13684ad478a2ebcd4efa98339859ac48b16ec (patch) | |
tree | 0f1d2388395034a99bf3bb7cf2c7c90ee4c5afd7 /www/firefox36/Makefile | |
parent | 2df9fce4ade489b1b44958877f1441b0381933c1 (diff) | |
download | ports-e6a13684ad478a2ebcd4efa98339859ac48b16ec.tar.gz ports-e6a13684ad478a2ebcd4efa98339859ac48b16ec.zip |
Update to 2.0.0.19, and add libgnomeui support.
PR: 129728
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Notes
Notes:
svn path=/head/; revision=224394
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index cb7f371ae741..8eb25f5a6f30 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -7,7 +7,7 @@ # PORTNAME= firefox -DISTVERSION= 2.0.0.18 +DISTVERSION= 2.0.0.19 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} @@ -52,6 +52,13 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +.if ${HAVE_GNOME:Mlibgnomeui}!="" +USE_GNOME+= libgnomeui +MOZ_OPTIONS+= --enable-gnomeui +.else +MOZ_OPTIONS+= --disable-gnomeui +.endif + .if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 IGNORE= does not run, update to 6.2-RELEASE or newer .endif |