aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-12-28 00:44:32 +0800
committerantoine <antoine@FreeBSD.org>2015-12-28 00:44:32 +0800
commit2cc05f37a375ceece01b0b334bd8e9d4df446183 (patch)
treea60abfa6bbbe0566c036a73ef7b2c4702b0a409f /Mk
parent606998fd43759c397264de5a69fe7031b2b7d433 (diff)
downloadfreebsd-ports-gnome-2cc05f37a375ceece01b0b334bd8e9d4df446183.tar.gz
freebsd-ports-gnome-2cc05f37a375ceece01b0b334bd8e9d4df446183.tar.zst
freebsd-ports-gnome-2cc05f37a375ceece01b0b334bd8e9d4df446183.zip
Remove PYTHON_PORTVERSION guards since it's no longer exported
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 70e12360bf83..03ff9d8f5542 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -387,10 +387,8 @@ PYTHON_ABIVER= # empty
PYTHON_PORTSDIR= ${_PYTHON_RELPORTDIR}${PYTHON_SUFFIX}
# Protect partial checkouts from Mk/Scripts/functions.sh:export_ports_env().
.if !defined(_PORTS_ENV_CHECK) || exists(${PYTHON_PORTSDIR})
-.if !defined(PYTHON_PORTVERSION)
PYTHON_PORTVERSION!= ${MAKE} -V PORTVERSION -C ${PYTHON_PORTSDIR}
.endif
-.endif
# Create a 4 integer version string, prefixing 0 to the last token if
# it's a single character. Only use the the first 3 tokens of
# PORTVERSION to support pre-release versions (rc3, alpha4, etc) of