pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/extrema graphics/extrema: Depend on wxGTK28 m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/65f359e14d8a
branches: trunk
changeset: 413189:65f359e14d8a
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Mar 16 13:39:37 2020 +0000
description:
graphics/extrema: Depend on wxGTK28 more simply
Before, this used mk/wxGTK.mk, but that amounted to a dependency on
wxGTK28. We have no reports of anyone using the variables to control
this.
It remains to change to wxGTK30 and test.
diffstat:
graphics/extrema/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a973d8e4a140 -r 65f359e14d8a graphics/extrema/Makefile
--- a/graphics/extrema/Makefile Mon Mar 16 13:30:57 2020 +0000
+++ b/graphics/extrema/Makefile Mon Mar 16 13:39:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/11/02 22:37:56 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2020/03/16 13:39:37 gdt Exp $
#
DISTNAME= extrema-4.4.5
@@ -16,5 +16,6 @@
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-wxGTK
-.include "../../mk/wxGTK.mk"
+# \todo Test with wxGTK30 and switch.
+.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index