aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-02-19 15:02:58 +0800
committerrm <rm@FreeBSD.org>2012-02-19 15:02:58 +0800
commit9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch)
tree3edffe88f797443382147254706925dcdabc05e0 /news
parent96b10301f4cd42e77bd07254093a85bc5b89f04f (diff)
downloadfreebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.gz
freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.zst
freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.zip
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
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