From accc153f0c7ee632df7b714f1861b98898e90e7c Mon Sep 17 00:00:00 2001 From: mat 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 --- comms/xastir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms/xastir') diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 2cd2b07fad49..f4310c4db39d 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -67,7 +67,7 @@ RTREE_CONFIGURE_WITH= rtree ERRORPOP_CONFIGURE_WITH= errorpopups -BDB_USE= BDB=41+ +BDB_USES= bdb BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} --with-bdb-libdir=${BDB_LIB_DIR} OPTCFLAGS_CFLAGS= -O2 -pipe -- cgit