summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-06 18:53:45 +0000
committerjoerg <joerg>2007-02-06 18:53:45 +0000
commit491cba1ddb792d8d53146c9b1d65093c3f1e3f54 (patch)
treea71463b3963d6536c678f9c693091eaf1d9713a4 /mail
parent702c832a486e92da48baec64e14253c39fa4a612 (diff)
downloadpkgsrc-491cba1ddb792d8d53146c9b1d65093c3f1e3f54.tar.gz
Modular Xorg support.
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed-claws/Makefile3
-rw-r--r--mail/sylpheed-claws/Makefile.common4
-rw-r--r--mail/wmmail/Makefile7
3 files changed, 8 insertions, 6 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 651c459a589..9e8cdaad0d2 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/12/01 14:09:01 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2007/02/06 18:54:14 joerg Exp $
.include "Makefile.common"
@@ -90,6 +90,7 @@ post-install:
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common
index bc05388f324..6f0fe6c93ba 100644
--- a/mail/sylpheed-claws/Makefile.common
+++ b/mail/sylpheed-claws/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2006/12/01 14:09:01 joerg Exp $
+# $NetBSD: Makefile.common,v 1.19 2007/02/06 18:54:15 joerg Exp $
DISTNAME= sylpheed-claws-${SYLPHEED_VERSION}
CATEGORIES= mail news x11
@@ -19,5 +19,3 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no"
SYLPHEED_VERSION= 2.5.5
-
-.include "../../mk/x11.buildlink3.mk"
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
index 679ac5aff93..29541c77626 100644
--- a/mail/wmmail/Makefile
+++ b/mail/wmmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/02/05 23:09:59 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2007/02/06 18:59:42 joerg Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
@@ -19,5 +19,8 @@ CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
--with-PL-libs="-L${LOCALBASE}/lib"
.include "../../devel/libproplist/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"