aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2019-12-08 01:08:28 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2019-12-08 01:08:28 +0000
commit59b9d2ee729cf54d7df53344e49a649aa147fdbe (patch)
tree728f51c78f4b0ed5d95d6b0d3e9916e294067fa4 /news
parent7f7b249f4518c2f5fd9a5f8eecf077202a58db7b (diff)
downloadports-59b9d2ee729cf54d7df53344e49a649aa147fdbe.tar.gz
ports-59b9d2ee729cf54d7df53344e49a649aa147fdbe.zip
news/inn: fix typo
PR: 239922 Approved by: krion (implicit) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22604
Notes
Notes: svn path=/head/; revision=519267
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 e5d90f9d6bd6..a98a1836cf35 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -101,7 +101,7 @@ IGNORE= cannot be compiled with both LARGE_FILES and TAGGED_HASH: please re-ru
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USES=+ python
+USES+= python
CONFIGURE_ARGS+= --with-python
.endif