We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8996b commit 63498f3Copy full SHA for 63498f3
1 file changed
games/naev/Makefile
@@ -1,6 +1,7 @@
1
-# $NetBSD: Makefile,v 1.41 2025/06/01 16:52:59 thor Exp $
+# $NetBSD: Makefile,v 1.42 2025/06/16 15:54:17 ktnb Exp $
2
3
DISTNAME= naev-0.12.5
4
+PKGREVISION= 1
5
CATEGORIES= games
6
MASTER_SITES= ${MASTER_SITE_GITHUB:=naev/}
7
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -20,7 +21,7 @@ HOMEPAGE= https://github.com/naev/naev
20
21
COMMENT= 2D space trading and combat game
22
LICENSE= gnu-gpl-v3
23
-TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
24
+TOOL_DEPENDS+= doxygen>=1.14:../../devel/doxygen
25
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
26
27
USE_TOOLS+= bash:run pkg-config cmake
0 commit comments