aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-02 17:47:35 +0800
committermiwi <miwi@FreeBSD.org>2008-05-02 17:47:35 +0800
commit69f6e0a957ce6cc46caa6e77d813be86c8f26e01 (patch)
tree5a91deb5342d8dd786a8ef7d0cb8438086a1fa75
parent9764172afa4727a09ab4c8033d9b0171e1ef4159 (diff)
downloadfreebsd-ports-graphics-69f6e0a957ce6cc46caa6e77d813be86c8f26e01.tar.gz
freebsd-ports-graphics-69f6e0a957ce6cc46caa6e77d813be86c8f26e01.tar.zst
freebsd-ports-graphics-69f6e0a957ce6cc46caa6e77d813be86c8f26e01.zip
- Fix INDEX warnings
PR: 123296 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer
-rw-r--r--devel/py-qt4-qscintilla2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-qt4-qscintilla2/Makefile b/devel/py-qt4-qscintilla2/Makefile
index d44256c6814..0bcd5d92c83 100644
--- a/devel/py-qt4-qscintilla2/Makefile
+++ b/devel/py-qt4-qscintilla2/Makefile
@@ -40,7 +40,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Python
.include "../py-sip/files/bsd.pyqt.mk"
.include <bsd.port.pre.mk>
-PYVER!= ${PYTHON_CMD} -c "import sys; print sys.version[:3]"
+PYVER= ${PYTHON_VER}
.if defined(WITH_DEBUG)
ARGS+= -u