summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorsalo <salo>2003-03-22 05:23:32 +0000
committersalo <salo>2003-03-22 05:23:32 +0000
commit1b7ef665af1e24258d00ad3a8bccca820f48264e (patch)
tree4b683bc1e197cfdbc3743e16ebf29c582dc1594a /mail/sylpheed-claws
parentbd9e436006edd2bc329315f5e23db6e6d3b5f6ff (diff)
downloadpkgsrc-1b7ef665af1e24258d00ad3a8bccca820f48264e.tar.gz
Add aspell support, from Sergio Jimenez via PR pkg/20811.
Bump PKGREVISION just for sure.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index ee1bf5c386d..18f45c1d0ad 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2003/03/22 01:45:15 salo Exp $
+# $NetBSD: Makefile,v 1.15 2003/03/22 05:23:32 salo Exp $
#
DISTNAME= sylpheed-0.8.11claws
PKGNAME= sylpheed-claws-0.8.11
+PKGREVISION= 1
CATEGORIES= mail news x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
EXTRACT_SUFX= .tar.bz2
@@ -28,6 +29,7 @@ CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-compface
+CONFIGURE_ARGS+= --enable-aspell
PKG_SYSCONFSUBDIR= sylpheed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -65,6 +67,7 @@ post-install:
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../security/gpgme/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
+.include "../../textproc/aspell/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"