diff options
author | tonio <tonio@pkgsrc.org> | 2005-12-20 16:01:55 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-12-20 16:01:55 +0000 |
commit | 75ccf7110d3676c9913db8dc2fea884dc597e4b5 (patch) | |
tree | b943c182d65197f95e8c4093405e1a2efda81288 /mail/isync | |
parent | 7ac0365057e87b811e15bf1926542e987f2f52b2 (diff) | |
download | pkgsrc-75ccf7110d3676c9913db8dc2fea884dc597e4b5.tar.gz |
explicitly include databases/db4/buildlink3.mk, as isync only accepts db4
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index c9892d23996..ab9f7b88c4d 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/10/29 17:12:59 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/20 16:01:55 tonio Exp $ # DISTNAME= isync-1.0.1 @@ -14,12 +14,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -BDB_ACCEPTED= db4 CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} LDFLAGS+= -lcrypto .include "../../security/openssl/buildlink3.mk" -.include "../../mk/bdb.buildlink3.mk" +.include "../../databases/db4/buildlink3.mk" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync |