diff options
author | taya <taya> | 2005-04-24 14:00:12 +0000 |
---|---|---|
committer | taya <taya> | 2005-04-24 14:00:12 +0000 |
commit | ed52786d0fabfd18d9e1417202e5a3efe6ec1bc8 (patch) | |
tree | 9d8d4149f0c7f961bed814754ae14fa399a14ea3 /www | |
parent | 79c19a6941f4581791e544ab0dd162726c59fab3 (diff) | |
download | pkgsrc-ed52786d0fabfd18d9e1417202e5a3efe6ec1bc8.tar.gz |
concatinate extensions with separator ',' and set to MOZILLA_EXTENSIONS,
instead of using ':ts' modifier.
becase make of NetBSD-1.6.x doesn't have it.
suggested by Jeremy C. Reed.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index 17acbe196a8..6ec7c601deb 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.15 2005/04/17 02:19:39 taya Exp $ +# $NetBSD: Makefile-firefox.common,v 1.16 2005/04/24 14:00:12 taya Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 1.0.3 @@ -24,17 +24,8 @@ CONFIGURE_ARGS+= --disable-mailnews CONFIGURE_ARGS+= --disable-composer CONFIGURE_ARGS+= --enable-single-profile -MOZILLA_EXTENSIONS+= cookie -MOZILLA_EXTENSIONS+= gnomevfs -MOZILLA_EXTENSIONS+= inspector -MOZILLA_EXTENSIONS+= negotiateauth -MOZILLA_EXTENSIONS+= pref -MOZILLA_EXTENSIONS+= transformiix -MOZILLA_EXTENSIONS+= universalchardet -MOZILLA_EXTENSIONS+= webservices -MOZILLA_EXTENSIONS+= xml-rpc -MOZILLA_EXTENSIONS+= xmlextras -CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS:ts,} +MOZILLA_EXTENSIONS= cookie,gnomevfs,inspector,negotiateauth,pref,transformiix,universalchardet,webservices,xml-rpc,xmlextras +CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS} USE_LANGUAGES+= c++ BUILD_MATHML= # defined |