svn commit: r472888 - head/devel/hgview

Antoine Brodin antoine at FreeBSD.org
Wed Jun 20 17:29:05 UTC 2018


Author: antoine
Date: Wed Jun 20 17:29:04 2018
New Revision: 472888
URL: https://svnweb.freebsd.org/changeset/ports/472888

Log:
  Fix build

Modified:
  head/devel/hgview/Makefile

Modified: head/devel/hgview/Makefile
==============================================================================
--- head/devel/hgview/Makefile	Wed Jun 20 17:28:05 2018	(r472887)
+++ head/devel/hgview/Makefile	Wed Jun 20 17:29:04 2018	(r472888)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	hg:devel/mercurial \
 
 NO_ARCH=	yes
 USES=		gmake pyqt:4 python:2.7
-USE_PYQT=	gui_run qscintilla2_run xml_run
+USE_PYQT=	gui_run qscintilla2_run xml_build
 USE_PYTHON=	distutils
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list