mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix build
This commit is contained in:
parent
ed1867ca18
commit
19a5d3ca01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355582
@ -14,11 +14,11 @@ MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= A wonderful puzzle game
|
||||
|
||||
USE_SDL= sdl mixer image ttf
|
||||
USES= gmake lua
|
||||
USES= gmake lua:51
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LUA_INCDIR}
|
||||
LDFLAGS+= -L${LUA_LIBDIR}
|
||||
CONFIGURE_ARGS= --datadir="${DATADIR}" --with-lua="${LOCALBASE}"
|
||||
CONFIGURE_ARGS= --datadir="${DATADIR}"
|
||||
CONFIGURE_ENV= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \
|
||||
LUA_CFLAGS="-I${LUA_INCDIR}"
|
||||
|
||||
PLIST_FILES= bin/fillets man/man6/fillets.6.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user