svn commit: r519267 - head/news/inn

Kevin Bowling kbowling at FreeBSD.org
Sun Dec 8 01:08:29 UTC 2019


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
 


More information about the svn-ports-all mailing list