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 --- chinese/libpinyin/Makefile | 3 +-- chinese/libtabe/Makefile | 3 +-- chinese/p5-Lingua-ZH-TaBE/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'chinese') diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index beef7d43278f..237cc9e6701c 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -11,9 +11,8 @@ COMMENT= Library to deal with pinyin LICENSE= GPLv2 -USE_BDB= yes USE_GNOME= glib20 -USES= gettext gmake libtool pathfix pkgconfig +USES= bdb gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 2612e165cda8..aa13d94124b4 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -14,10 +14,9 @@ COMMENT= Unified library for Chinese text processing LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool +USES= bdb gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_BDB= yes OBSOLETE_BDB_VAR= USE_DB2 DATADIR= ${PREFIX}/share/tabe DOCSDIR= ${PREFIX}/share/doc/tabe diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile index c37d03c7e001..1eaf6b1977cc 100644 --- a/chinese/p5-Lingua-ZH-TaBE/Makefile +++ b/chinese/p5-Lingua-ZH-TaBE/Makefile @@ -13,10 +13,9 @@ COMMENT= Chinese processing via libtabe LIB_DEPENDS= libtabe.so:chinese/libtabe -USES= perl5 +USES= bdb perl5 USE_PERL5= configure -USE_BDB= yes OBSOLETE_BDB_VAR= WITH_DB CONFIGURE_ARGS= DB="${BDB_LIB_NAME}" -- cgit v1.2.3