diff options
author | lx <lx@FreeBSD.org> | 2017-02-18 03:36:11 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2017-02-18 03:36:11 +0800 |
commit | 3dfd518a7164ee0f323b72af007524a8c7ba31ea (patch) | |
tree | a3b1bf33dfca6fda7843c73fa6b227e96b37c4af /net/luasocket | |
parent | 2e87d788dbc77c052f35a46ba5512353d5311fe8 (diff) | |
download | freebsd-ports-gnome-3dfd518a7164ee0f323b72af007524a8c7ba31ea.tar.gz freebsd-ports-gnome-3dfd518a7164ee0f323b72af007524a8c7ba31ea.tar.zst freebsd-ports-gnome-3dfd518a7164ee0f323b72af007524a8c7ba31ea.zip |
Prepare for more sensible slave port
Reported by: lifanof
Diffstat (limited to 'net/luasocket')
-rw-r--r-- | net/luasocket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index 2f77d2ce6bcf..186948e60e45 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= diegonehab MAKE_ARGS= LUAV=${LUA_VER} -USES= gmake lua pkgconfig +USES?= gmake lua pkgconfig INSTALL_TARGET= install-unix CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` |