diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-05 16:47:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-05 16:47:23 +0000 |
commit | 1122fe23c3ef689e303a9cc5f142bd6987e77850 (patch) | |
tree | c227ac9c8f6c8cbc139d2c249b9062d3f01ec6a7 /cad/klayout | |
parent | ecd66ee1526614580f618da44172b00d621b96a1 (diff) | |
download | ports-1122fe23c3ef689e303a9cc5f142bd6987e77850.tar.gz ports-1122fe23c3ef689e303a9cc5f142bd6987e77850.zip |
Notes
Diffstat (limited to 'cad/klayout')
-rw-r--r-- | cad/klayout/Makefile | 3 |
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} && \ |