diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-05-19 05:57:34 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-05-19 05:57:34 +0000 |
commit | 0f7b8202ccbb33774900c65ed25fca10071cf8e3 (patch) | |
tree | a58985db40cc80aa938ed9161353dd285530da32 /textproc | |
parent | 756e8a43628872c8af80b00c59896d1ceaff2dd8 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |