diff options
author | marcus <marcus@FreeBSD.org> | 2008-12-19 06:11:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-12-19 06:11:16 +0800 |
commit | b6ca296454d6c74945c5f65be331b5f6f2ca88fd (patch) | |
tree | 8e77a2c01a2bacc722507b54da99fedfcf97583c /www/firefox-esr/Makefile | |
parent | 1af4fa3f620fdebc38f92d0cc9203fc93832191a (diff) | |
download | freebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.tar.gz freebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.tar.zst freebsd-ports-gnome-b6ca296454d6c74945c5f65be331b5f6f2ca88fd.zip |
Update to 2.0.0.19, and add libgnomeui support.
PR: 129728
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index cb7f371ae741..8eb25f5a6f30 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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 |