diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 16:38:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 16:38:48 +0000 |
commit | cdbc7065992699da46bbf2e7da6491ff8180db69 (patch) | |
tree | 98a715ea380cba0fdaeed7c8377e114dabbb4c5e /databases | |
parent | 55d9df0a214fa2d5553f01350fc7492857ed3c68 (diff) | |
download | pkgsrc-cdbc7065992699da46bbf2e7da6491ff8180db69.tar.gz |
databases/p5-qdbm: remove unknown configure option
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-qdbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-qdbm/Makefile b/databases/p5-qdbm/Makefile index 8d22e30e1c3..e6be16d863f 100644 --- a/databases/p5-qdbm/Makefile +++ b/databases/p5-qdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/11/02 15:38:06 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2020/05/31 16:38:48 rillig Exp $ # PKGREVISION= 5 @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= perl PERL5_CONFIGURE= no TEST_TARGET= check +GNU_CONFIGURE_PTHREAD= no PERL5_PACKLIST= auto/Curia/.packlist auto/Depot/.packlist auto/Villa/.packlist REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \ |