summaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-01-16 01:18:39 +0000
committersalo <salo>2003-01-16 01:18:39 +0000
commitc9c13f3341914dc50ddd7d25fc95437a43caf955 (patch)
tree103012e2a5d84217f72d5594147e16b44d1dc158 /mail/balsa/Makefile
parentcbca9641a808f54c08e36070d2877dc43e292518 (diff)
downloadpkgsrc-c9c13f3341914dc50ddd7d25fc95437a43caf955.tar.gz
Switch to aspell provided libpspell compat library. Bump PKGREVISION.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 9c0d3eaf130..90e7a773ee0 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2002/12/24 06:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2003/01/16 01:18:39 salo Exp $
#
DISTNAME= balsa-1.4.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -28,6 +28,6 @@ CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
.include "../../devel/libproplist/buildlink2.mk"
.include "../../devel/pcre/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libpspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink2.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"