pkgsrc-WIP-changes archive

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

(x11/py-qwt-at5) Use ${PYTHONBIN}, etc



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Jun 13 23:41:10 2020 +0900
Changeset:	b1775cf0342a23b11060dbc0ed808ffeed9c2a72

Modified Files:
	py-qwt-qt5/Makefile

Log Message:
(x11/py-qwt-at5) Use  ${PYTHONBIN}, etc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1775cf0342a23b11060dbc0ed808ffeed9c2a72

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

diffstat:
 py-qwt-qt5/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-qwt-qt5/Makefile b/py-qwt-qt5/Makefile
index 2f0c1dd025..5490cbb5f9 100644
--- a/py-qwt-qt5/Makefile
+++ b/py-qwt-qt5/Makefile
@@ -24,7 +24,8 @@ USE_LANGUAGES=	c++
 do-configure:
 	(cd ${WRKSRC}; \
 	QT_SELECT=qt5 \
-	python${PYVERSSUFFIX} configure.py \
+	${PKGSRC_SETENV} ${CONFIGURE_ENV} \
+	${PYTHONBIN} configure.py \
 	--qwt-incdir=${PREFIX}/${BUILDLINK_INCDIRS.qwt6-qt5} \
 	--qwt-libdir=${PREFIX}/${BUILDLINK_LIBDIRS.qwt6-qt5} \
 	--qwt-lib=qwt \


Home | Main Index | Thread Index | Old Index