aboutsummaryrefslogtreecommitdiff
path: root/cad/klayout
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2016-11-05 16:47:23 +0000
committerHiroki Sato <hrs@FreeBSD.org>2016-11-05 16:47:23 +0000
commit1122fe23c3ef689e303a9cc5f142bd6987e77850 (patch)
treec227ac9c8f6c8cbc139d2c249b9062d3f01ec6a7 /cad/klayout
parentecd66ee1526614580f618da44172b00d621b96a1 (diff)
downloadports-1122fe23c3ef689e303a9cc5f142bd6987e77850.tar.gz
ports-1122fe23c3ef689e303a9cc5f142bd6987e77850.zip
Notes
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 6bd125040cd3..31c2178d484a 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -37,7 +37,8 @@ do-build:
${SH} build.sh -platform ${PLATFORMKEYWORD} \
-qtbin ${QT_PREFIX}/bin \
-qtinc ${QT_INCDIR} \
- -qtlib ${QT_LIBDIR}
+ -qtlib ${QT_LIBDIR} \
+ -python ${PYTHON_CMD}
do-install:
cd ${WRKSRC}/bin.${PLATFORMKEYWORD} && \