pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail On Solaris, we'll need to include db/buildlink3.m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b1181d1f863
branches: trunk
changeset: 469481:1b1181d1f863
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Feb 24 00:14:33 2004 +0000
description:
On Solaris, we'll need to include db/buildlink3.mk for DB functions.
diffstat:
mail/courier-imap/Makefile | 5 ++++-
mail/sqwebmail/Makefile | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 3eb5c25f87db -r 1b1181d1f863 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile Tue Feb 24 00:07:22 2004 +0000
+++ b/mail/courier-imap/Makefile Tue Feb 24 00:14:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/23 23:23:31 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/24 00:14:33 jlam Exp $
DISTNAME= courier-imap-2.2.1
COMMENT= IMAP server for access to Maildir-style mailboxes
@@ -43,6 +43,9 @@
.endfor
RCD_SCRIPTS= courierimap courierimaps courierpop courierpops
+.if ${OPSYS} == "SunOS"
+. include "../../databases/db/buildlink3.mk"
+.endif
.include "../../security/openssl/buildlink3.mk"
pre-configure:
diff -r 3eb5c25f87db -r 1b1181d1f863 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile Tue Feb 24 00:07:22 2004 +0000
+++ b/mail/sqwebmail/Makefile Tue Feb 24 00:14:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/02/24 00:07:22 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/24 00:14:33 jlam Exp $
DISTNAME= sqwebmail-3.6.2
CATEGORIES= www
@@ -85,6 +85,9 @@
.endfor
RCD_SCRIPTS= pcpd sqwebmaild
+.if ${OPSYS} == "SunOS"
+. include "../../databases/db/buildlink3.mk"
+.endif
.include "../../devel/gettext-lib/buildlink3.mk"
pre-configure:
Home |
Main Index |
Thread Index |
Old Index