diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-09 19:06:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-09 19:06:31 +0000 |
commit | 6927d9a592009735d276eccde224f3e1b31c2c83 (patch) | |
tree | 67aa2c0939d639c176686b57ca4f2114d05a4ba8 /mail/claws-mail | |
parent | 8e6b4f1ed36c17ac3132ac64d2e3a047a1aa0b74 (diff) | |
download | pkgsrc-6927d9a592009735d276eccde224f3e1b31c2c83.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/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail/Makefile.common | 3 |
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" |