summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-10-05 02:28:49 +0000
committerryoon <ryoon@pkgsrc.org>2019-10-05 02:28:49 +0000
commit774b0be565302d016cbc55b35880c7f7c5b54633 (patch)
tree3134855f353798a1ba76cce8f467e2eaa9fb0db1 /games
parentcfbf8866f592a3b74030905b2f1218e876c13eb2 (diff)
downloadpkgsrc-774b0be565302d016cbc55b35880c7f7c5b54633.tar.gz
Use PKGVERSION_NOREV to fix a potential error when PKGREVISION is bumped
Diffstat (limited to 'games')
-rw-r--r--games/taisei/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/taisei/Makefile b/games/taisei/Makefile
index 1e560052322..f926e429f25 100644
--- a/games/taisei/Makefile
+++ b/games/taisei/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/01 14:25:08 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/05 02:28:49 ryoon Exp $
DISTNAME= taisei-v1.3.1
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -18,7 +18,7 @@ MESON_ARGS+= -Db_pch=false
MESON_ARGS+= -Db_lto=false
MESON_ARGS+= -Dstrip=false
MESON_ARGS+= -Ddefault_library=shared
-MESON_ARGS+= -Dversion_fallback=${PKGVERSION}
+MESON_ARGS+= -Dversion_fallback=${PKGVERSION_NOREV}
MESON_ARGS+= -Ddocs=false
MESON_ARGS+= -Ddeveloper=false
MESON_ARGS+= -Ddebug_opengl=false