Switch to lua 5.2
This commit is contained in:
parent
223bef9f14
commit
6fadca7ae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339515
1 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libquvi
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia devel
|
||||
MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
|
||||
GOOGLE_CODE
|
||||
|
@ -25,12 +25,14 @@ PORTSCOUT= limit:0.4.[0-9]*
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_LUA= yes
|
||||
USE_XZ= yes
|
||||
USES= iconv pathfix pkgconfig
|
||||
USES= iconv lua pathfix pkgconfig
|
||||
|
||||
PROJECTHOST= quvi
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
|
||||
|
|
Loading…
Reference in a new issue