From f037e396011534f1ed63b7b625f818aaba3b07b6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 8 Aug 2016 13:46:50 +0000 Subject: USE_BDB cleanup. - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight --- net-p2p/jigdo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/jigdo/Makefile') diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 19e31de0c20d..8c1f07f14d0d 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -34,7 +34,7 @@ BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME} BDB_CONFIGURE_OFF= --without-libdb BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LIBS= -L${BDB_LIB_DIR} -BDB_USE= BDB=48+ +BDB_USES= bdb NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -- cgit v1.2.3