diff options
author | adam <adam@pkgsrc.org> | 2010-06-02 12:50:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-06-02 12:50:03 +0000 |
commit | f3501d7ad9dfab51356497034f813432609cd6a3 (patch) | |
tree | 57f24e6a05d8bcff6129259f25798a5ff4523a37 /mail/perdition-bdb/Makefile | |
parent | 7db5757d4d68caf61b93a40ab624666dd24ff9c0 (diff) | |
download | pkgsrc-f3501d7ad9dfab51356497034f813432609cd6a3.tar.gz |
Changes 1.18:
See http://hg.vergenet.net/perdition/perdition/
Diffstat (limited to 'mail/perdition-bdb/Makefile')
-rw-r--r-- | mail/perdition-bdb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/perdition-bdb/Makefile b/mail/perdition-bdb/Makefile index 5327f1e8b2d..02755bacc53 100644 --- a/mail/perdition-bdb/Makefile +++ b/mail/perdition-bdb/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2008/09/07 11:24:28 wiz Exp $ -# - -PKGREVISION= 4 +# $NetBSD: Makefile,v 1.7 2010/06/02 12:50:03 adam Exp $ PERDITION_COMMENT= Berkeley DB user database module PERDITION_PKGNAME= bdb BUILD_DIRS= makebdb perdition/db/bdb -BDB_ACCEPTED= db4 +BDB_ACCEPTED= db4 db5 PKG_DESTDIR_SUPPORT= user-destdir +BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE} .include "../../mk/bdb.buildlink3.mk" .include "../../mail/perdition/buildlink3.mk" -.include "../perdition/Makefile.common" +.include "../../mail/perdition/Makefile.common" |