diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-26 17:47:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-26 17:47:31 +0000 |
commit | cb922671eddbe19318937f6dc244482dee916802 (patch) | |
tree | 9cfe0e8c513fda9a36a35b1af3da1d945693af60 /mail/isync/Makefile | |
parent | 55bd1645fe514589e278f0e5069c5754cd980964 (diff) | |
download | pkgsrc-cb922671eddbe19318937f6dc244482dee916802.tar.gz |
This package needs Berkeley DB. Include bdb.buildlink3.mk.
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r-- | mail/isync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index cb1e21037b9..edc6ff12910 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -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 @@ post-install: ${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" |