diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-24 00:14:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-24 00:14:33 +0000 |
commit | cf36e797fce18d54b37add7200a5fa87055a8518 (patch) | |
tree | 1b2e7654d1cdd5c856c23498db70f290a3ef6b11 /mail/sqwebmail | |
parent | 296632d6e2c4748066846074b26631551363903b (diff) | |
download | pkgsrc-cf36e797fce18d54b37add7200a5fa87055a8518.tar.gz |
On Solaris, we'll need to include db/buildlink3.mk for DB functions.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 7c8adec7518..9ad6776e88f 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -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 @@ CONF_FILES_PERMS+= ${DATADIR}/sqwebmail/${FILE} \ .endfor RCD_SCRIPTS= pcpd sqwebmaild +.if ${OPSYS} == "SunOS" +. include "../../databases/db/buildlink3.mk" +.endif .include "../../devel/gettext-lib/buildlink3.mk" pre-configure: |