pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openrw: fix dependencies



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Aug 15 12:00:26 2024 +0200
Changeset:	978a2928bfa5d38cd4ca23d9f66eee396544845b

Modified Files:
	openrw-git/Makefile

Log Message:
openrw: fix dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=978a2928bfa5d38cd4ca23d9f66eee396544845b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openrw-git/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/openrw-git/Makefile b/openrw-git/Makefile
index 01c002e40f..6d59a96c8d 100644
--- a/openrw-git/Makefile
+++ b/openrw-git/Makefile
@@ -24,7 +24,9 @@ USE_LANGUAGES=	c c++
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/bullet/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../multimedia/ffmpeg6/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index