diff --git a/graphics/lua-qrencode/Makefile b/graphics/lua-qrencode/Makefile index fe57ca3a55a6..589aa7113689 100644 --- a/graphics/lua-qrencode/Makefile +++ b/graphics/lua-qrencode/Makefile @@ -1,26 +1,26 @@ PORTNAME= qrencode PORTVERSION= 1.1.1 CATEGORIES= graphics PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= mm@FreeBSD.org COMMENT= libqrencode wrapper for the Lua programming language WWW= https://github.com/vincascm/qrencode LICENSE= MIT LIB_DEPENDS= libqrencode.so:graphics/libqrencode \ libpng.so:graphics/png -USES= lua:module pkgconfig +USES= lua:module USE_GITHUB= yes GH_ACCOUNT= vincascm GH_TAGNAME= v1.1.1 CFLAGS+= -I${LUA_INCDIR} -I${LOCALBASE}/include do-install: ${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/qrencode.so ${STAGEDIR}${LUA_MODLIBDIR} .include