diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-23 06:36:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-23 06:36:35 +0800 |
commit | 08b60f5f13541f3edd561a93bdb72dd99b783d78 (patch) | |
tree | a4b87cce627cf2fb5bfd6147f026ee8baee5eded /www/firefox10 | |
parent | 24544999fa031820fa4abcfbcb952e32a91c090a (diff) | |
download | freebsd-ports-gnome-08b60f5f13541f3edd561a93bdb72dd99b783d78.tar.gz freebsd-ports-gnome-08b60f5f13541f3edd561a93bdb72dd99b783d78.tar.zst freebsd-ports-gnome-08b60f5f13541f3edd561a93bdb72dd99b783d78.zip |
- Use included mozconfig
- bump PORTREVISION
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 63055b6b4051..3f6b03672902 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -8,6 +8,7 @@ PORTNAME= firefox DISTVERSION= 1.0.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -40,6 +41,7 @@ MOZILLA_SUFX= 10 MOZ_EXTENSIONS+=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,p3p,gnomevfs,negotiateauth MOZ_EXPORT+= MOZ_INTERNAL_LIBART_LGPL=1 MOZ_MK_OPTIONS+=MOZ_INTERNAL_LIBART_LGPL=1 +PORT_MOZCONFIG= ${WRKSRC}/browser/config/mozconfig MOZ_OPTIONS= --disable-ldap \ --enable-application=browser \ --enable-official-branding \ |