aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-08-03 19:35:35 +0800
committertg <tg@FreeBSD.org>2001-08-03 19:35:35 +0800
commitca179faf399df3226212811bf1a6cb6f5615536e (patch)
tree14563536647ae56b196057a83a9a1ae1af0c9acd /Mk/bsd.port.mk
parent8784488ca05320f40d19612feaec71dd75d64be8 (diff)
downloadfreebsd-ports-gnome-ca179faf399df3226212811bf1a6cb6f5615536e.tar.gz
freebsd-ports-gnome-ca179faf399df3226212811bf1a6cb6f5615536e.tar.zst
freebsd-ports-gnome-ca179faf399df3226212811bf1a6cb6f5615536e.zip
<expletive>
Revert, this change wasn't supposed to go in.
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