pkgsrc-WIP-changes archive

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

graphmonkey: Comment out gtk-sharp because it's gone



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Mar 27 20:52:52 2025 -0400
Changeset:	87445e08f44091182d57f2eadff367c53b3fa4a5

Modified Files:
	graphmonkey/Makefile

Log Message:
graphmonkey: Comment out gtk-sharp because it's gone

This is a deletion candidate; last upstream release was 2006.

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

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

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

diffs:
diff --git a/graphmonkey/Makefile b/graphmonkey/Makefile
index 46051654c7..d20693902d 100644
--- a/graphmonkey/Makefile
+++ b/graphmonkey/Makefile
@@ -29,5 +29,6 @@ post-install:
 		${DESTDIR}${PREFIX}/share/pixmaps
 
 .include "../../lang/mono/buildlink3.mk"
-.include "../../x11/gtk-sharp/buildlink3.mk"
+# gtk-sharp is no more
+#.include "../../x11/gtk-sharp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index