diff options
author | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
commit | 9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch) | |
tree | 3edffe88f797443382147254706925dcdabc05e0 /news | |
parent | 96b10301f4cd42e77bd07254093a85bc5b89f04f (diff) | |
download | freebsd-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/Makefile | 2 |
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 |