diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:20:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:20:31 +0000 |
commit | b8864c4e1e80db96082cf746f43b359afaa16a5e (patch) | |
tree | a042410ba7f41583106712eb38c9ed390ecd544a /databases/db3 | |
parent | da659ff83ad325ba559c7a9709aa8cad9f3076e6 (diff) | |
download | ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.tar.gz ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.zip |
- 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/Makefile | 4 |
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} |