diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-28 13:46:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-28 13:46:58 +0000 |
commit | c532c4cf32de7d90b7eafdb9b29a243d5fb654e8 (patch) | |
tree | d9e11ab2b4b87edd4a90509c3bbba26dc1583d80 /mail/perdition-bdb | |
parent | 2fc77b2416fbc66e7516091b9f519c23f06f0502 (diff) | |
download | pkgsrc-c532c4cf32de7d90b7eafdb9b29a243d5fb654e8.tar.gz |
Ensure that db4 is actually linked. Since it used -ldb on DragonFly
before and might have picked up a wrong version, bump revision.
Diffstat (limited to 'mail/perdition-bdb')
-rw-r--r-- | mail/perdition-bdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition-bdb/Makefile b/mail/perdition-bdb/Makefile index 4f490dae703..5feb0f80141 100644 --- a/mail/perdition-bdb/Makefile +++ b/mail/perdition-bdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/28 13:46:58 joerg Exp $ # -PKGREVISION= 1 +PKGREVISION= 2 PERDITION_COMMENT= Berkeley DB user database module PERDITION_PKGNAME= bdb |