diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 06:51:25 +0000 |
commit | 2750aca9b987b9c67f3aff27b25fc8183e9ee2f3 (patch) | |
tree | d9962d0d12240eb894380083a2b5dea737e829eb /mail/thunderbird-devel/files/mozconfig.in | |
parent | Don't build apm module on amd64/ia64, bump version. (diff) |
Add thunderbird-devel after a repocopy from ports/mail/thunderbird.
Thunderbird-devel represents work in progress towards Thunderbird 1.5.
See http://www.mozilla.org/products/thunderbird/releases/1.5.html for
more details.
Most of this work was done by ahze and mnag.
Diffstat (limited to 'mail/thunderbird-devel/files/mozconfig.in')
-rw-r--r-- | mail/thunderbird-devel/files/mozconfig.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird-devel/files/mozconfig.in b/mail/thunderbird-devel/files/mozconfig.in index d99ebe20a3da..08c357be6731 100644 --- a/mail/thunderbird-devel/files/mozconfig.in +++ b/mail/thunderbird-devel/files/mozconfig.in @@ -1,9 +1,11 @@ # .mozconfig.in -*-shell-script-*- # $FreeBSD$ +# $MCom: ports/mail/thunderbird-devel/files/mozconfig.in,v 1.5 2005/06/28 05:40:07 adamw Exp $ ###################################################################### # standard opts from README export MOZ_THUNDERBIRD=1 mk_add_options MOZ_MOZ_THUNDERBIRD=1 +ac_add_options --enable-application=mail ac_add_options --enable-crypto ac_add_options --disable-mathml ac_add_options --disable-activex @@ -33,13 +35,12 @@ mk_add_options XP_UNIX=1 export PERL="@PERL@" mk_add_options PERL=$PERL # Configure options for installation -ac_add_options --prefix=@FAKEDIR@ +ac_add_options --prefix=@PREFIX@ ###################################################################### # Use ports for these libraries ac_add_options --with-system-jpeg=@LOCALBASE@ ac_add_options --with-system-zlib ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-nspr ###################################################################### # set compile/link features ac_add_options --with-pthreads |