pkgsrc-WIP-changes archive

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

fnaify: match the openbsd dependency list (minus steamworks)



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sun Jan 24 20:18:23 2021 +0200
Changeset:	be8137805fef724e65d52d6d256ab650fd947a9d

Modified Files:
	fnaify/Makefile

Log Message:
fnaify: match the openbsd dependency list (minus steamworks)

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

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

diffstat:
 fnaify/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/fnaify/Makefile b/fnaify/Makefile
index 223decbf17..571fa4b462 100644
--- a/fnaify/Makefile
+++ b/fnaify/Makefile
@@ -34,6 +34,12 @@ SUBST_SED.pkgsrc-paths+=	-e s,/usr/local/,${PREFIX},
 SUBST_SED.pkgsrc-paths+=	-e s,ld.so,ld.elf_so,
 .endif
 
-
+.include "../../wip/libstubborn/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
+.include "../../audio/faudio/buildlink3.mk"
+.include "../../wip/libtheoraplay/buildlink3.mk"
 .include "../../wip/fna/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index