diff options
author | mjl <mjl> | 2002-08-21 02:23:53 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-08-21 02:23:53 +0000 |
commit | 98b4f6b824060459431620cbdfbab5a201eb15a7 (patch) | |
tree | 8f9a100b89fd111d56e85d64b8125ec2b9567d00 /mail/balsa | |
parent | 17501c2354ee1bb4199a9490c5903ae3ae8a3a2d (diff) | |
download | pkgsrc-98b4f6b824060459431620cbdfbab5a201eb15a7.tar.gz |
Enable pth threading, it now seems to work all right.
Correct PLIST.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/balsa/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 51c51a8af42..636df520aad 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/08/21 01:49:09 mjl Exp $ +# $NetBSD: Makefile,v 1.20 2002/08/21 02:23:53 mjl Exp $ # DISTNAME= balsa-1.4.0 @@ -25,7 +25,7 @@ USE_LIBTOOL= yes USE_X11BASE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ - --enable-pcre --disable-threads + --enable-pcre CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} USE_BUILDLINK_ONLY= yes diff --git a/mail/balsa/PLIST b/mail/balsa/PLIST index 38bbe472d36..233886b593f 100644 --- a/mail/balsa/PLIST +++ b/mail/balsa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/08/21 01:49:09 mjl Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/08/21 02:23:53 mjl Exp $ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/balsa.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/balsa.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/balsa.mo @@ -42,7 +42,6 @@ man/man1/balsa.1 share/gnome/apps/Internet/balsa.desktop share/gnome/help/balsa/C/g1866.html share/gnome/help/balsa/C/g1958.html -share/gnome/help/balsa/C/images share/gnome/help/balsa/C/images/address-book-ldap.png share/gnome/help/balsa/C/images/address-book-modify.png share/gnome/help/balsa/C/images/address-book-start.png @@ -60,7 +59,6 @@ share/gnome/help/balsa/C/images/preferences-window.png share/gnome/help/balsa/C/images/spell-check.png share/gnome/help/balsa/C/index.html share/gnome/help/balsa/C/ln7.html -share/gnome/help/balsa/C/stylesheet-images share/gnome/help/balsa/C/stylesheet-images/caution.gif share/gnome/help/balsa/C/stylesheet-images/home.gif share/gnome/help/balsa/C/stylesheet-images/important.gif |