pkgsrc-WIP-changes archive

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

crispy-doom: Specify minimum required API versions for SDL2 components



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Sep 21 12:58:37 2020 +0200
Changeset:	9576c49e366ea1d10f97f58374c8efd50d3d6824

Modified Files:
	crispy-doom/Makefile

Log Message:
crispy-doom: Specify minimum required API versions for SDL2 components

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

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

diffstat:
 crispy-doom/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/crispy-doom/Makefile b/crispy-doom/Makefile
index 07d1915633..6ed142a096 100644
--- a/crispy-doom/Makefile
+++ b/crispy-doom/Makefile
@@ -92,8 +92,10 @@ post-install:
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/crispy-heretic.cfg.5
 .endif
 
+BUILDLINK_API_DEPENDS.SDL2_mixer+=	SDL2_mixer>=2.0.2
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
+BUILDLINK_API_DEPENDS.SDL2+=		SDL2>=2.0.7
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"


Home | Main Index | Thread Index | Old Index