diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-22 22:36:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-22 22:36:35 +0000 |
commit | 45cdf1a66adb0c7494f4c9fa158c2ca483f3f5a1 (patch) | |
tree | 59a6fd69ae78dc50eae3b1e951e352fd2136188f | |
parent | BROKEN: Does not build (diff) |
- Use included mozconfig
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=160184
-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 \ |