diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-16 01:14:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-16 01:14:47 +0000 |
commit | f620dcb21329568c486ac0a88152ad2046445695 (patch) | |
tree | 95c9bd75d93330189ae5e9bcb2b65e0b3541ddde /www/firefox15 | |
parent | 96b10ac44b6087ee0a5e3e66ddc90017ead4f506 (diff) | |
download | pkgsrc-f620dcb21329568c486ac0a88152ad2046445695.tar.gz |
Use a package option to control the --enable-single-profile option for
mozilla browsers. This is now useful again to those of use who require
multiple profiles.
Diffstat (limited to 'www/firefox15')
-rw-r--r-- | www/firefox15/Makefile-firefox.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox15/Makefile-firefox.common b/www/firefox15/Makefile-firefox.common index 053b93a2333..1c5cabdc0ef 100644 --- a/www/firefox15/Makefile-firefox.common +++ b/www/firefox15/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.2 2007/05/31 07:26:45 ghen Exp $ +# $NetBSD: Makefile-firefox.common,v 1.3 2007/06/16 01:14:48 dmcmahill Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 1.5.0.12 @@ -17,7 +17,6 @@ DISTINFO_FILE= ${.CURDIR}/../../www/firefox15/distinfo PATCHDIR= ${.CURDIR}/../../www/firefox15/patches CONFIGURE_ARGS+= --enable-application=browser -CONFIGURE_ARGS+= --enable-single-profile CONFIGURE_ARGS+= --without-gssapi CONFIGURE_ARGS+= --enable-canvas |