diff options
author | Hugh Daschbach <hugh@ccss.com> | 2023-03-22 02:57:04 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:22:36 +0800 |
commit | 7b22ba2f41006419913adfab9cb4e47f27e96df1 (patch) | |
tree | 85b08bb35667dc57f3646baacc69b86fe50e12ad /net/luasocket | |
parent | graphics/vips: Add IMAGEQUANT option (diff) |
net/luasocket: Fix unix socket name by adding correct PLAT definition
- Bump PORTREVISION for package change
PR: 268968
Diffstat (limited to 'net/luasocket')
-rw-r--r-- | net/luasocket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index f5aa6661eee8..70809d5287ba 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -1,6 +1,7 @@ PORTNAME= luasocket PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ USES= gmake lua:module pkgconfig CFLAGS+= -DLUA_COMPAT_APIINTCASTS `pkgconf --cflags lua-${LUA_VER}` INSTALL_TARGET= install-unix LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` -MAKE_ARGS= LUAV=${LUA_VER} +MAKE_ARGS= LUAV=${LUA_VER} PLAT=freebsd MAKEFILE= makefile USE_GITHUB= yes |