summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-19 07:02:58 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-02-19 07:02:58 +0000
commitb3e78ade011570b1dcd461898d088ea9902301f3 (patch)
tree1b9d2a85506cfbc18e5e565e509c8f2fda283e6c /news
parent- Update to 2.3.3 (diff)
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
Notes
Notes: svn path=/head/; revision=291783
Diffstat (limited to 'news')
-rw-r--r--news/inn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 8bf9ad04310d..2d5f0f62105a 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --without-kerberos
.endif
.if defined(WITH_PYTHON)
-USE_PYTHON= YES
+USE_PYTHON= yes
CONFIGURE_ARGS+= --with-python
. include "${PORTSDIR}/Mk/bsd.python.mk"
.endif