diff options
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r-- | databases/tokyocabinet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 8d8ea57c401..35e96defb16 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2019/07/11 09:25:26 nia Exp $ +# $NetBSD: Makefile,v 1.46 2019/11/02 15:38:11 rillig Exp $ # DISTNAME= tokyocabinet-1.4.48 @@ -10,10 +10,10 @@ HOMEPAGE= https://fallabs.com/tokyocabinet/ COMMENT= Modern implementation of DBM LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes -USE_GCC_RUNTIME=yes -USE_TOOLS+= gmake pkg-config -USE_LANGUAGES= c99 +GNU_CONFIGURE= yes +USE_GCC_RUNTIME= yes +USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c99 PKGCONFIG_OVERRIDE+= tokyocabinet.pc.in |