svn commit: r462078 - head/math/convertall

Jason E. Hale jhale at FreeBSD.org
Sat Feb 17 01:08:33 UTC 2018


Author: jhale
Date: Sat Feb 17 01:08:32 2018
New Revision: 462078
URL: https://svnweb.freebsd.org/changeset/ports/462078

Log:
  Remove extra occurrence of 'sip'

Modified:
  head/math/convertall/Makefile

Modified: head/math/convertall/Makefile
==============================================================================
--- head/math/convertall/Makefile	Sat Feb 17 00:28:12 2018	(r462077)
+++ head/math/convertall/Makefile	Sat Feb 17 01:08:32 2018	(r462078)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE
 
 USES=		pyqt:5 python:3.4+ shebangfix
-USE_PYQT=	sip core gui widgets sip
+USE_PYQT=	core gui widgets sip
 
 SHEBANG_FILES=	source/convertall.py
 


More information about the svn-ports-head mailing list