1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Cosmetic change:

o Use BDB_* macros instead of direct.

Oked by:	kuriyama
This commit is contained in:
Norikatsu Shigemura 2006-05-19 05:57:34 +00:00
parent 756e8a4362
commit 0f7b8202cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162757

View File

@ -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