diff options
author | wiz <wiz> | 2006-04-02 20:13:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-02 20:13:54 +0000 |
commit | fe89128dcf4f93d985d31a4ea972e5ff7834d51c (patch) | |
tree | 516d0182fd91214da69fd62a91228b1fa578fc93 /databases/qdbm/Makefile | |
parent | 491d44bdd08cda48fc1a1a91e8098eb9227a4df4 (diff) | |
download | pkgsrc-fe89128dcf4f93d985d31a4ea972e5ff7834d51c.tar.gz |
Update to 1.8.47, provided by OBATA Akio in PR 33167:
Changes:
2006-03-10 Mikio Hirabayashi
- LTmakefile was modified.
- The utility API was enhanced.
- Release: 1.8.47
pkgsrc changes:
From 1.8.41, LZO and BZIP compression feature was added,
so link to those libraries and enable.
Diffstat (limited to 'databases/qdbm/Makefile')
-rw-r--r-- | databases/qdbm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile index 5c7c853997a..42473b3091f 100644 --- a/databases/qdbm/Makefile +++ b/databases/qdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/23 06:20:36 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/02 20:13:54 wiz Exp $ # .include "Makefile.common" @@ -10,9 +10,13 @@ COMMENT= Quick Database Manager - library of routines for managing a db GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-zlib CONFIGURE_ARGS+= --enable-iconv +CONFIGURE_ARGS+= --enable-bzip +CONFIGURE_ARGS+= --enable-lzo PKGCONFIG_OVERRIDE= qdbm.pc.in TEST_TARGET= check +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../archivers/lzo/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |