pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-thrift



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 03:40:29 UTC 2020

Modified Files:
        pkgsrc/devel/lua-thrift: Makefile

Log Message:
devel/lua-thrift: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lua-thrift/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lua-thrift/Makefile
diff -u pkgsrc/devel/lua-thrift/Makefile:1.1 pkgsrc/devel/lua-thrift/Makefile:1.2
--- pkgsrc/devel/lua-thrift/Makefile:1.1        Wed Sep 18 11:27:52 2019
+++ pkgsrc/devel/lua-thrift/Makefile    Wed May 13 03:40:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/18 11:27:52 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/13 03:40:29 rillig Exp $
 
 .include "../../devel/thrift/Makefile.common"
 
@@ -8,6 +8,7 @@ COMMENT=        Lua bindings for the Apache Thr
 DEPENDS+=      thrift-[0-9]*:../../devel/thrift
 BUILD_DIRS=    lib/lua
 
+TOOLS_BROKEN+= perl
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
 
 .include "../../lang/lua/buildlink3.mk"



Home | Main Index | Thread Index | Old Index