From 0f7b8202ccbb33774900c65ed25fca10071cf8e3 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Fri, 19 May 2006 05:57:34 +0000 Subject: Cosmetic change: o Use BDB_* macros instead of direct. Oked by: kuriyama --- textproc/rast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index e142e0443990..826d1780722d 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -24,8 +24,8 @@ USE_GMAKE= YES USE_RUBY= YES CONFIGURE_ARGS= --with-apr-config=${LOCALBASE}/bin/apr-1-config \ --with-apu-config=${LOCALBASE}/bin/apu-1-config \ - --with-db-includes="-I${LOCALBASE}/include/db42" \ - --with-db-libs="-L${LOCALBASE}/lib/db42 -ldb-4.2" \ + --with-db-includes="-I${BDB_INCLUDE_DIR}" \ + --with-db-libs="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" \ --with-ruby=${LOCALBASE}/bin/ruby \ --with-default-encoding=${DEFAULT_ENCODING} \ --with-filter-moduledir=${PREFIX}/lib/rast/filters -- cgit v1.2.3