pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/isync This package needs Berkeley DB. Include bd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0dea774f08
branches:  trunk
changeset: 486310:3c0dea774f08
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 26 17:47:31 2004 +0000

description:
This package needs Berkeley DB.  Include bdb.buildlink3.mk.

diffstat:

 mail/isync/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 6a16c004fe22 -r 3c0dea774f08 mail/isync/Makefile
--- a/mail/isync/Makefile       Sun Dec 26 17:39:24 2004 +0000
+++ b/mail/isync/Makefile       Sun Dec 26 17:47:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/27 20:49:18 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/26 17:47:31 minskim Exp $
 #
 
 DISTNAME=      isync-0.9.2
@@ -20,5 +20,6 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
        ${INSTALL_DATA} ${WRKSRC}/isyncrc.sample ${PREFIX}/share/examples/isync/isyncrc.sample
 
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index