summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 86d895c1493..f85dc3c3a40 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 02:00:33 tv Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/24 16:02:28 wiz Exp $
-DISTNAME= sqlite-3.0.8
+DISTNAME= sqlite-3.1.3
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -10,18 +10,17 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.hwaci.com/sw/sqlite/
COMMENT= SQL Database Engine in a C Library
-WRKSRC= ${WRKDIR}/sqlite
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-tcl
+CONFIGURE_ARGS+= --disable-tcl
PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite/sqlite3.pc.in
post-install:
- ${INSTALL_MAN} ${WRKSRC}/sqlite.1 ${PREFIX}/man/man1/sqlite3.1
+ ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"