pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/extrema



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar 16 13:39:37 UTC 2020

Modified Files:
        pkgsrc/graphics/extrema: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/extrema/Makefile

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

Modified files:

Index: pkgsrc/graphics/extrema/Makefile
diff -u pkgsrc/graphics/extrema/Makefile:1.28 pkgsrc/graphics/extrema/Makefile:1.29
--- pkgsrc/graphics/extrema/Makefile:1.28       Sat Nov  2 22:37:56 2019
+++ pkgsrc/graphics/extrema/Makefile    Mon Mar 16 13:39:37 2020
@@ -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"



Home | Main Index | Thread Index | Old Index