pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/lua-sqlite Adapt for lua-5.1.1, bump PKGREVI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dbe60e42a97
branches:  trunk
changeset: 517553:3dbe60e42a97
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 14 22:33:11 2006 +0000

description:
Adapt for lua-5.1.1, bump PKGREVISION.

diffstat:

 databases/lua-sqlite/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 3c7a06e4aaaf -r 3dbe60e42a97 databases/lua-sqlite/Makefile
--- a/databases/lua-sqlite/Makefile     Mon Aug 14 22:31:39 2006 +0000
+++ b/databases/lua-sqlite/Makefile     Mon Aug 14 22:33:11 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:32 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/14 22:33:11 wiz Exp $
 #
 
 DISTNAME=      lsqlite_src
 PKGNAME=       lua-sqlite-20030228
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    databases
 MASTER_SITES=  http://lua-users.org/files/wiki_insecure/binary_modules/luasqlite/
 EXTRACT_SUFX=  .zip
@@ -15,7 +15,7 @@
 WRKSRC=                ${WRKDIR}
 
 CFLAGS+=       -fPIC
-LIBS+=         -llua -lsqlite -llualib
+LIBS+=         -llua -lsqlite
 
 INSTALLATION_DIRS=     lib
 



Home | Main Index | Thread Index | Old Index