diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /databases/sqlite2 | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) |
Notes
Diffstat (limited to 'databases/sqlite2')
-rw-r--r-- | databases/sqlite2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 97b9da428035..d3e6bb436839 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -21,7 +21,6 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCSDIR= ${PREFIX}/share/doc/sqlite2 EXAMPLESDIR= ${PREFIX}/share/examples/sqlite2 |