summaryrefslogtreecommitdiff
path: root/databases/db3
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-17 19:20:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-17 19:20:31 +0000
commitb8864c4e1e80db96082cf746f43b359afaa16a5e (patch)
treea042410ba7f41583106712eb38c9ed390ecd544a /databases/db3
parentUpdate lang/ruby16 to the latest snapshot as of 2004-04-16, which (diff)
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Notes
Notes: svn path=/head/; revision=107370
Diffstat (limited to 'databases/db3')
-rw-r--r--databases/db3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 41cffb7c8700..ac756e230cc8 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -32,8 +32,8 @@ CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx \
--enable-dynamic \
--prefix=${PREFIX} \
- --includedir=${PREFIX}/include/db3 \
- --target=${ARCH}-portbld-freebsd${OSREL}
+ --includedir=${PREFIX}/include/db3
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALL_TARGET= install_include install_lib install_utilities
.if !defined(NOPORTDOCS)
INSTALL_TARGET+= install_docs docdir=${DOCSDIR}