diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 17:27:53 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-26 17:27:53 +0000 |
| commit | 2d44b384eb37689e8a2a725a04936a55f01841d8 (patch) | |
| tree | 6e07e2c0f129b61c126060d578159ddcc60c41ec | |
| parent | f9a68385025fc9694c30a1470596b837e62c0664 (diff) | |
- Enable multithreading support
- Fix path for refering balsa.mo files
PR: 19524
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
| -rw-r--r-- | mail/balsa/Makefile | 2 | ||||
| -rw-r--r-- | mail/balsa2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index e630e38dc49b..2e248f9b54e0 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${PREFIX} \ - --enable-system-install + --enable-threads MAN1= balsa.1 diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index e630e38dc49b..2e248f9b54e0 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${PREFIX} \ - --enable-system-install + --enable-threads MAN1= balsa.1 |
