Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 01:08:28 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519267 - head/news/inn
Message-ID:  <201912080108.xB818S5v098598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Sun Dec  8 01:08:28 2019
New Revision: 519267
URL: https://svnweb.freebsd.org/changeset/ports/519267

Log:
  news/inn: fix typo
  
  PR:             239922
  Approved by:    krion (implicit)
  Sponsored by:   BBOX.io
  Differential Revision:  https://reviews.freebsd.org/D22604

Modified:
  head/news/inn/Makefile

Modified: head/news/inn/Makefile
==============================================================================
--- head/news/inn/Makefile	Sun Dec  8 00:51:48 2019	(r519266)
+++ head/news/inn/Makefile	Sun Dec  8 01:08:28 2019	(r519267)
@@ -101,7 +101,7 @@ IGNORE=			cannot be compiled with both LARGE_FILES and
 .endif
 
 .if ${PORT_OPTIONS:MPYTHON}
-USES=+			python
+USES+=			python
 CONFIGURE_ARGS+=	--with-python
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912080108.xB818S5v098598>