pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/claws-mail the need for libSM is appearently only...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38f6ee8b69f9
branches: trunk
changeset: 531991:38f6ee8b69f9
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Aug 09 19:06:31 2007 +0000
description:
the need for libSM is appearently only an unwanted side effect of
startup-notification, so put the dependency close to that one
diffstat:
mail/claws-mail/Makefile | 3 ++-
mail/claws-mail/Makefile.common | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 5ef7f7818da7 -r 38f6ee8b69f9 mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile Thu Aug 09 18:52:38 2007 +0000
+++ b/mail/claws-mail/Makefile Thu Aug 09 19:06:31 2007 +0000
@@ -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 @@
.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 -r 5ef7f7818da7 -r 38f6ee8b69f9 mail/claws-mail/Makefile.common
--- a/mail/claws-mail/Makefile.common Thu Aug 09 18:52:38 2007 +0000
+++ b/mail/claws-mail/Makefile.common Thu Aug 09 19:06:31 2007 +0000
@@ -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-spamassassin-plugin
.include "../../mail/claws-mail/Makefile.vers"
-.include "../../x11/libSM/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index