pkgsrc-WIP-changes archive

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

graphmonkey: Change mono to mono6 because mono2 is gone



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Mar 19 13:29:53 2020 -0400
Changeset:	5ad95fbfa8c1e76b5e66b25ccd2aeed03d9e0f6d

Modified Files:
	graphmonkey/Makefile

Log Message:
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.)

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

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

diffstat:
 graphmonkey/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
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"


Home | Main Index | Thread Index | Old Index