View | Details | Raw Unified | Return to bug 259991 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/lua-lsqlite3/Makefile (-5 / +3 lines)
Lines 2-21 Link Here
2
2
3
PORTNAME=	lsqlite3
3
PORTNAME=	lsqlite3
4
PORTVERSION=	0.9.5
4
PORTVERSION=	0.9.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://Lua.SQLite.org/index.cgi/zip/
7
MASTER_SITES=	http://Lua.SQLite.org/index.cgi/zip/
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
9
DISTNAME=	${PORTNAME}_fsl_9y
9
DISTNAME=	${PORTNAME}_fsl_9y
10
10
11
MAINTAINER=	yds@Necessitu.de
11
MAINTAINER=	yds@Necessitu.de
12
COMMENT=	Lua 5.1 to 5.3 wrapper for SQLite3 library
12
COMMENT=	Lua 5.1 to 5.4 wrapper for SQLite3 library
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
BROKEN=		does not build: cp: /wrkdirs/usr/ports/databases/sqlite3/work/sqlite-src-3350500/sqlite3.[ch]: No such file or directory
16
BUILD_DEPENDS=	${NONEXISTENT}:databases/sqlite3:build
17
18
BUILD_DEPENDS=	${NONEXISTENT}:databases/sqlite3:patch
19
17
20
USES=		localbase:ldflags sqlite:3 zip lua:module
18
USES=		localbase:ldflags sqlite:3 zip lua:module
21
19

Return to bug 259991