Tue Jul 21 20:41:34 2015 UTC ()
Fix build.


(wiz)
diff -r1.11 -r1.12 pkgsrc/www/lua-curl/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/www/lua-curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/lua-curl/Makefile 2014/10/19 22:27:48 1.11
+++ pkgsrc/www/lua-curl/Makefile 2015/07/21 20:41:34 1.12
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.11 2014/10/19 22:27:48 alnsn Exp $ 1# $NetBSD: Makefile,v 1.12 2015/07/21 20:41:34 wiz Exp $
2# 
3 2
4DISTNAME= lua-curl-0.2 3DISTNAME= lua-curl-0.2
5PKGNAME= ${LUA_PKGPREFIX}-curl-0.2 4PKGNAME= ${LUA_PKGPREFIX}-curl-0.2
6PKGREVISION= 8 5PKGREVISION= 8
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= http://luaforge.net/frs/download.php/2634/ 7MASTER_SITES= http://luaforge.net/frs/download.php/2634/
9 8
10MAINTAINER= agc@NetBSD.org 9MAINTAINER= agc@NetBSD.org
11HOMEPAGE= http://lua-curl.luaforge.net/ 10HOMEPAGE= http://lua-curl.luaforge.net/
12COMMENT= Full lua bindings for libcurl 11COMMENT= Full lua bindings for libcurl
13LICENSE= mit 12LICENSE= mit
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_LANGUAGES+= c c++ 16USE_LANGUAGES+= c c++
18USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
19 18
20AUTO_MKDIRS= yes 19AUTO_MKDIRS= yes
21 20
22.include "../../www/curl/buildlink3.mk" 21.include "../../www/curl/buildlink3.mk"
 22.include "../../lang/lua/buildlink3.mk"
23.include "../../lang/lua/module.mk" 23.include "../../lang/lua/module.mk"
24.include "../../lang/lua/tool.mk" 24.include "../../lang/lua/tool.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"