Date: Sat, 17 Feb 2018 01:08:32 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462078 - head/math/convertall Message-ID: <201802170108.w1H18W51050367@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802170108.w1H18W51050367>