diff options
Diffstat (limited to 'lang/python3/Makefile')
| -rw-r--r-- | lang/python3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python3/Makefile b/lang/python3/Makefile index 3ac4fbebd9e7..b3ea216b0db9 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -13,6 +13,7 @@ COMMENT= The "meta-port" for version 3 of the Python interpreter USE_PYTHON_RUN= yes PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} NO_BUILD= yes +PYTHON_NO_DEPENDS= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ bin/idle${PYTHON_MAJOR_VER} \ @@ -24,6 +25,8 @@ PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ .include <bsd.port.pre.mk> +RUN_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} + do-install: .for file in python python-shared ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_VER} ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} |
