pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mgba
Module Name: pkgsrc
Committed By: nia
Date: Sat Oct 26 07:39:11 UTC 2024
Modified Files:
pkgsrc/emulators/mgba: Makefile
Log Message:
mgba: Add missing sqlite3 dependency
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/emulators/mgba/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mgba/Makefile
diff -u pkgsrc/emulators/mgba/Makefile:1.50 pkgsrc/emulators/mgba/Makefile:1.51
--- pkgsrc/emulators/mgba/Makefile:1.50 Sun Aug 25 06:18:41 2024
+++ pkgsrc/emulators/mgba/Makefile Sat Oct 26 07:39:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/08/25 06:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2024/10/26 07:39:11 nia Exp $
.include "Makefile.common"
@@ -13,6 +13,7 @@ CMAKE_CONFIGURE_ARGS+= -DUSE_FFMPEG=OFF
.include "options.mk"
.include "../../archivers/libzip/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/libelf/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index