diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
commit | b3e78ade011570b1dcd461898d088ea9902301f3 (patch) | |
tree | 1b9d2a85506cfbc18e5e565e509c8f2fda283e6c /news/inn | |
parent | 062278df4f252956f2bda5c98ae5be602329048b (diff) |
Notes
Diffstat (limited to 'news/inn')
-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 |