diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-14 17:56:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-14 17:56:39 +0000 |
commit | 26be669fe0399a122f45caef395f2065520541c8 (patch) | |
tree | f38a7185a09a53555680c4352d6b3057345d1807 /mail/balsa2 | |
parent | 430be6e39060cc61c97522a07c094c4f77446b6d (diff) | |
download | pkgsrc-26be669fe0399a122f45caef395f2065520541c8.tar.gz |
Depend on gpgme03 package. Bump PKGREVISION.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 55476dd7ef3..7e362b9a042 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/14 17:56:39 wiz Exp $ # DISTNAME= balsa-2.0.15 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --enable-ldap CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes .endif -.include "../../security/gpgme/buildlink2.mk" +.include "../../security/gpgme03/buildlink2.mk" .include "../../devel/pcre/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" .include "../../devel/libtool/buildlink2.mk" |