pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-alt-getopt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 18 13:15:22 UTC 2019

Modified Files:
        pkgsrc/devel/lua-alt-getopt: Makefile

Log Message:
lua-alt-getopt: add missing pkg-config tool.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/lua-alt-getopt/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-alt-getopt/Makefile
diff -u pkgsrc/devel/lua-alt-getopt/Makefile:1.11 pkgsrc/devel/lua-alt-getopt/Makefile:1.12
--- pkgsrc/devel/lua-alt-getopt/Makefile:1.11   Fri Feb 15 20:13:07 2019
+++ pkgsrc/devel/lua-alt-getopt/Makefile        Mon Feb 18 13:15:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/02/15 20:13:07 cheusov Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/18 13:15:22 wiz Exp $
 
 DISTNAME=      lua-alt-getopt-0.8.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//}
@@ -12,6 +12,8 @@ LICENSE=      mit
 
 MAKE_FLAGS=    PCNAME.lua=lua-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
 
+USE_TOOLS+=    pkg-config
+
 .include "../../devel/mk-configure/mk-c.mk"
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index