svn commit: r466678 - head/www/qutebrowser

Mathieu Arnold mat at FreeBSD.org
Fri Apr 6 16:54:05 UTC 2018


Author: mat
Date: Fri Apr  6 16:54:04 2018
New Revision: 466678
URL: https://svnweb.freebsd.org/changeset/ports/466678

Log:
  Fix package name colision.
  
  Pointy hat:	novel
  Sponsored by:	Absolight

Modified:
  head/www/qutebrowser/Makefile   (contents, props changed)

Modified: head/www/qutebrowser/Makefile
==============================================================================
--- head/www/qutebrowser/Makefile	Fri Apr  6 16:41:09 2018	(r466677)
+++ head/www/qutebrowser/Makefile	Fri Apr  6 16:54:04 2018	(r466678)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-
 USES=		desktop-file-utils python:3.5+ pyqt:5
 USE_PYQT=	core opengl printsupport sql widgets qml
 USE_QT5=	sql-sqlite3
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist noflavors
 
 NO_ARCH=	yes
 PLIST_FILES=	share/applications/${PORTNAME}-${PYTHON_VER}.desktop


More information about the svn-ports-head mailing list