summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-08-03 11:35:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-08-03 11:35:35 +0000
commit84985a3274f2e0b6185d8805808bd1b01b6e19eb (patch)
tree1842970e37edf55e437432020587b69fb6af0760 /Mk/bsd.port.mk
parent- Update port to version 2.0.1 (diff)
<expletive>
Revert, this change wasn't supposed to go in.
Notes
Notes: svn path=/head/; revision=45770
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index d08570149327..91ff2f04f0ee 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -702,7 +702,7 @@ MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
.include "${PORTSDIR}/Mk/bsd.emacs.mk"
.endif
-.if defined(USE_PYTHON)
+.if defined(USE_PYTHON) || defined(PYTHON_VERSION)
.include "${PORTSDIR}/Mk/bsd.python.mk"
.endif