diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-10 07:29:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-10 07:29:35 +0000 |
commit | de89e69ea6a6d204338b47ad0ea48f800d1ea29c (patch) | |
tree | 5d14b608387c91e3d6e00975fc1b5ef5c9150d98 /www/firefox-devel | |
parent | 2befbde59e05c86d0359ad2222c2dcb579e3cebc (diff) | |
download | ports-de89e69ea6a6d204338b47ad0ea48f800d1ea29c.tar.gz ports-de89e69ea6a6d204338b47ad0ea48f800d1ea29c.zip |
Notes
Diffstat (limited to 'www/firefox-devel')
-rw-r--r-- | www/firefox-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-devel/files/mozconfig.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 857f950a868b..9474efdf1e2a 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in index 57f2d808beb0..0ca3dff21f93 100644 --- a/www/firefox-devel/files/mozconfig.in +++ b/www/firefox-devel/files/mozconfig.in @@ -50,7 +50,7 @@ ac_add_options --disable-installer ac_add_options --enable-single-profile ac_add_options --disable-profilesharing ac_add_options --enable-image-decoders=all -ac_add_options --enable-extensions="default" +ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,p3p,gnomevfs,negotiateauth" ###################################################################### # conditional from port Makefile #if test -n "$WITH_REORDER"; then |