aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 16c6bcac0002..8be4596a1ad9 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -25,9 +25,9 @@ PLIST_FILES= bin/2to3 \
.include <bsd.port.pre.mk>
.if ${PYTHON_MAJOR_VER} == 2
-RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2
+RUN_DEPENDS+= python2:lang/python2
.elif ${PYTHON_MAJOR_VER} == 3
-RUN_DEPENDS+= python3:${PORTSDIR}/lang/python3
+RUN_DEPENDS+= python3:lang/python3
.endif
do-install: