aboutsummaryrefslogtreecommitdiff
path: root/games/fillets-ng/fillets-ng.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-11-03 02:08:00 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-09 07:02:41 +0700
commit16620f9b7276f124ac691cfb1beccf99f0f72a99 (patch)
treea925eb74fefb9d6bcd6bd8d777796f9e34856c3f /games/fillets-ng/fillets-ng.SlackBuild
parentda851e94974ace63adf513c8d8c7e3c5cd798cc3 (diff)
games/fillets-ng: *really* build with lua51.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fillets-ng/fillets-ng.SlackBuild')
-rw-r--r--games/fillets-ng/fillets-ng.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fillets-ng/fillets-ng.SlackBuild b/games/fillets-ng/fillets-ng.SlackBuild
index e23f9cf30346a..c591ce4ef1eea 100644
--- a/games/fillets-ng/fillets-ng.SlackBuild
+++ b/games/fillets-ng/fillets-ng.SlackBuild
@@ -22,13 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20241103 bkw: Modified by SlackBuilds.org, BUILD=3: build with lua51.
# 20241018 bkw: Modified by SlackBuilds.org, BUILD=2: build with luajit.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fillets-ng
VERSION=${VERSION:-1.0.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}