svn commit: r489490 - head/www/buku

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 6 13:08:57 UTC 2019


Author: tcberner
Date: Sun Jan  6 13:08:56 2019
New Revision: 489490
URL: https://svnweb.freebsd.org/changeset/ports/489490

Log:
  www/buku: add USE_PYTHON=noflavors
  
  [00:01:53] Warning: (www/buku at py35): Error: Duplicated origin for buku-4.0: www/buku at py35 AND www/buku. Rerun with -v to see which ports are depending on these.
  [00:01:53] Warning: (www/buku at py37): Error: Duplicated origin for buku-4.0: www/buku at py37 AND www/buku. Rerun with -v to see which ports are depending on these.
  
  Approved by:	portmgr (antoine)

Modified:
  head/www/buku/Makefile

Modified: head/www/buku/Makefile
==============================================================================
--- head/www/buku/Makefile	Sun Jan  6 13:08:39 2019	(r489489)
+++ head/www/buku/Makefile	Sun Jan  6 13:08:56 2019	(r489490)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0
 
 USES=		python:3.4+
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list