diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-27 01:27:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-27 01:27:53 +0800 |
commit | 8846846588ec8249efd3827ae1c5d10e8103da7d (patch) | |
tree | bf3ceb62f7d9012bd67adb51443c5b6ccfc8e188 /mail/balsa | |
parent | 3596cb877460848f07a2fe5227a6f3e6697ec410 (diff) | |
download | freebsd-ports-gnome-8846846588ec8249efd3827ae1c5d10e8103da7d.tar.gz freebsd-ports-gnome-8846846588ec8249efd3827ae1c5d10e8103da7d.tar.zst freebsd-ports-gnome-8846846588ec8249efd3827ae1c5d10e8103da7d.zip |
- Enable multithreading support
- Fix path for refering balsa.mo files
PR: 19524
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |