summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-05-21 11:22:02 +0000
committermef <mef@pkgsrc.org>2020-05-21 11:22:02 +0000
commit15bf479bb84eda86b3af1581ba26a050b021cfe5 (patch)
tree6f8ca2d25d3e3ad8bcbca501615e4213d727feea /math
parente806f30548250bd2f180002bdfa3c6094ea02574 (diff)
downloadpkgsrc-15bf479bb84eda86b3af1581ba26a050b021cfe5.tar.gz
(math/octave) build fix: Remove configure.ac from SUBST_FILES.qt5-pkg-config
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 9ac64e7332b..2765cda4e2f 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2020/05/06 14:04:48 adam Exp $
+# $NetBSD: Makefile,v 1.204 2020/05/21 11:22:02 mef Exp $
DISTNAME= octave-5.2.0
PKGREVISION= 1
@@ -73,7 +73,7 @@ SUBST_VARS.fix-make= GMAKE
SUBST_CLASSES+= qt5-pkg-config
SUBST_STAGE.qt5-pkg-config= pre-configure
SUBST_MESSAGE.qt5-pkg-config= Updating pkg-config calls for Qt5
-SUBST_FILES.qt5-pkg-config= configure.ac configure
+SUBST_FILES.qt5-pkg-config= configure
SUBST_SED.qt5-pkg-config= -e 's,QtCore,Qt5Core,g'
SUBST_SED.qt5-pkg-config+= -e 's,QtGui,Qt5Widgets,g'
SUBST_SED.qt5-pkg-config+= -e 's,QtNetwork,Qt5Network,g'