summaryrefslogtreecommitdiff
path: root/mail/balsa2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-25 18:25:45 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-25 18:25:45 +0000
commit1e49c4f0b65122f1630f376f1904d54b7dc57d3d (patch)
tree3355c8f6b2727c7c119e736124d7379e07378b74 /mail/balsa2/Makefile
parent5407d6a0cb9016c1e827400d2a758cd070c70a03 (diff)
downloadpkgsrc-1e49c4f0b65122f1630f376f1904d54b7dc57d3d.tar.gz
-update to 2.0.12
changes: -Undo function in the message composer -extended GPG support -bugfixes -Remove a hack which appearently helps finding iconv() in libiconv. Every other pkg finds it itself; and it breaks in -current.
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r--mail/balsa2/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index b84bcba5659..ab7996f6a7e 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:45:42 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/25 18:25:45 drochner Exp $
#
-DISTNAME= balsa-2.0.10
-PKGREVISION= 2
+DISTNAME= balsa-2.0.12
CATEGORIES= mail gnome
MASTER_SITES= http://balsa.gnome.org/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -22,7 +21,7 @@ USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-gpgme
+CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}
CONFIGURE_ARGS+= --disable-more-warnings
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --enable-pcre
@@ -54,9 +53,4 @@ CONFIGURE_ARGS+= --enable-ldap
.include "../../www/libgtkhtml/buildlink2.mk"
.include "../../mail/libesmtp/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
-
-.if defined(BUILDLINK_LIBICONV_LDADD) && !empty(BUILDLINK_LIBICONV_LDADD)
-CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes
-.endif
-
.include "../../mk/bsd.pkg.mk"