diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-21 02:25:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-21 02:25:42 +0000 |
commit | d21cc0a0753fcda6824eb6f7400934e7b4c3362a (patch) | |
tree | 8e03f9a3732cc61c837d9044135879acb67489ce /devel/lua-sysctl | |
parent | b7bf4260eae6c69589d02ffe4a8eb77dd9f9fc02 (diff) | |
download | ports-d21cc0a0753fcda6824eb6f7400934e7b4c3362a.tar.gz ports-d21cc0a0753fcda6824eb6f7400934e7b4c3362a.zip |
Notes
Diffstat (limited to 'devel/lua-sysctl')
-rw-r--r-- | devel/lua-sysctl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/lua-sysctl/Makefile b/devel/lua-sysctl/Makefile index f2248735edc3..e13035599635 100644 --- a/devel/lua-sysctl/Makefile +++ b/devel/lua-sysctl/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://files.kaworu.ch/ MAINTAINER= garga@FreeBSD.org COMMENT= A small sysctl(3) interface for lua +USE_PKGCONFIG= build USE_LUA= yes PLIST_FILES= %%LUA_MODSHAREDIR%%/sysctl.lua \ %%LUA_MODLIBDIR%%/sysctl/core.so |