From 5ad95fbfa8c1e76b5e66b25ccd2aeed03d9e0f6d Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Thu, 19 Mar 2020 13:29:53 -0400 Subject: [PATCH] graphmonkey: Change mono to mono6 because mono2 is gone (I have no idea if this builds, but dangling refs cause pkg_chk etc. to throw errors.) --- graphmonkey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphmonkey/Makefile b/graphmonkey/Makefile index 87193871b6..e04eec2927 100644 --- a/graphmonkey/Makefile +++ b/graphmonkey/Makefile @@ -28,6 +28,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.png \ ${DESTDIR}${PREFIX}/share/pixmaps -.include "../../lang/mono2/buildlink3.mk" +.include "../../lang/mono6/buildlink3.mk" .include "../../x11/gtk-sharp/buildlink3.mk" .include "../../mk/bsd.pkg.mk"