summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner>2007-08-09 19:06:31 +0000
committerdrochner <drochner>2007-08-09 19:06:31 +0000
commitcda4a5cd385d2f7b34f032dcea8b7cb01cc85cf6 (patch)
tree67aa2c0939d639c176686b57ca4f2114d05a4ba8 /mail
parentb334802fd7d0285530805aa53102062ebde9b91b (diff)
downloadpkgsrc-cda4a5cd385d2f7b34f032dcea8b7cb01cc85cf6.tar.gz
the need for libSM is appearently only an unwanted side effect of
startup-notification, so put the dependency close to that one
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile3
-rw-r--r--mail/claws-mail/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 3d2158a9706..457425a3547 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/08/05 01:25:44 smb Exp $
+# $NetBSD: Makefile,v 1.4 2007/08/09 19:06:31 drochner Exp $
.include "Makefile.common"
@@ -69,5 +69,6 @@ post-install:
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/claws-mail/Makefile.common b/mail/claws-mail/Makefile.common
index 96519666296..7f74a78f295 100644
--- a/mail/claws-mail/Makefile.common
+++ b/mail/claws-mail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2007/08/04 22:06:54 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2007/08/09 19:06:31 drochner Exp $
DISTNAME= claws-mail-${CLAWS_VERSION}
CATEGORIES= mail news x11
@@ -56,4 +56,3 @@ CONFIGURE_ARGS+= --disable-bogofilter-plugin
CONFIGURE_ARGS+= --disable-spamassassin-plugin
.include "../../mail/claws-mail/Makefile.vers"
-.include "../../x11/libSM/buildlink3.mk"