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:   rillig
Date:           Mon Jun  1 06:11:01 UTC 2020

Modified Files:
        pkgsrc/math/xyconvert: Makefile

Log Message:
math/xyconvert: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/math/xyconvert/Makefile:1.4
--- pkgsrc/math/xyconvert/Makefile:1.3  Tue Mar 10 22:10:30 2020
+++ pkgsrc/math/xyconvert/Makefile      Mon Jun  1 06:11:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/10 22:10:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/01 06:11:01 rillig Exp $
 #
 
 PKGREVISION= 2
@@ -11,6 +11,8 @@ BUILD_TARGET= gui/xyconvert
 DISTINFO_FILE= ../../math/xylib/distinfo
 PATCHDIR=      ../../math/xylib/patches
 
+GNU_CONFIGURE_WX_VERSION=      no
+
 do-install:
        ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/gui/xyconvert \



Home | Main Index | Thread Index | Old Index