summaryrefslogtreecommitdiff
path: root/graphics/extrema
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-16 13:39:37 +0000
committergdt <gdt@pkgsrc.org>2020-03-16 13:39:37 +0000
commita730689e89e32fe3e76e8a26298be37cb6a1e379 (patch)
tree403cb080ef4442020f7bc51dc582cbdff65203ae /graphics/extrema
parent7e8e941da14109ce3bf32982c0c1429b386e5072 (diff)
downloadpkgsrc-a730689e89e32fe3e76e8a26298be37cb6a1e379.tar.gz
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 (limited to 'graphics/extrema')
-rw-r--r--graphics/extrema/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/extrema/Makefile b/graphics/extrema/Makefile
index 6b3b742182d..e458b3c1147 100644
--- a/graphics/extrema/Makefile
+++ b/graphics/extrema/Makefile
@@ -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_LANGUAGES= c c++
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"