git: da27c5980e40 - main - games/naev: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Apr 2025 04:38:14 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=da27c5980e4027a3d553fe1fe6ca394178cbf9bd commit da27c5980e4027a3d553fe1fe6ca394178cbf9bd Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2025-04-22 04:37:45 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-04-22 04:37:45 +0000 games/naev: Add missing dependency --- games/naev/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/naev/Makefile b/games/naev/Makefile index 241a4d4361f2..1f6139e1c274 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libfreetype.so:print/freetype2 \ libglpk.so:math/glpk \ libmetis.so:math/metis \ + libnfd.so:devel/nativefiledialog-extended \ libopenblas.so:math/openblas \ libpcre2-8.so:devel/pcre2 \ libphysfs.so:devel/physfs \