diff options
Diffstat (limited to 'mail/thunderbird3/files/mozconfig.in')
| -rw-r--r-- | mail/thunderbird3/files/mozconfig.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird3/files/mozconfig.in b/mail/thunderbird3/files/mozconfig.in index 2160060a1296..d99ebe20a3da 100644 --- a/mail/thunderbird3/files/mozconfig.in +++ b/mail/thunderbird3/files/mozconfig.in @@ -33,12 +33,13 @@ mk_add_options XP_UNIX=1 export PERL="@PERL@" mk_add_options PERL=$PERL # Configure options for installation -ac_add_options --prefix=@PREFIX@ +ac_add_options --prefix=@FAKEDIR@ ###################################################################### # 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 |
