pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/xyconvert



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 07:22:49 UTC 2023

Modified Files:
        pkgsrc/math/xyconvert: Makefile

Log Message:
xyconvert: use wxGTK31

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/xyconvert/Makefile

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

Modified files:

Index: pkgsrc/math/xyconvert/Makefile
diff -u pkgsrc/math/xyconvert/Makefile:1.18 pkgsrc/math/xyconvert/Makefile:1.19
--- pkgsrc/math/xyconvert/Makefile:1.18 Wed Jun  7 07:00:02 2023
+++ pkgsrc/math/xyconvert/Makefile      Wed Jun  7 07:22:49 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2023/06/07 07:00:02 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/06/07 07:22:49 wiz Exp $
 
 .include "../../math/xylib/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/lib/convert/g}
+PKGREVISION=   1
 COMMENT=       Converter for x-y (powder diffraction) data files
 BUILD_TARGET=  gui/xyconvert
 
@@ -11,8 +12,6 @@ PATCHDIR=     ../../math/xylib/patches
 
 USE_LANGUAGES+=        c++11
 
-GNU_CONFIGURE_WX_VERSION=      no
-
 INSTALLATION_DIRS+=    bin
 
 do-install:
@@ -25,5 +24,5 @@ do-install:
 .include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
 .include "../../math/xylib/buildlink3.mk"
-.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../x11/wxGTK31/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index