Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 14:38:46 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477580 - head/math/speedcrunch
Message-ID:  <201808191438.w7JEckPL059289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug 19 14:38:46 2018
New Revision: 477580
URL: https://svnweb.freebsd.org/changeset/ports/477580

Log:
  math/speedcrunch: remove uneeded depends
  
  PR:		230441
  Submitted by:	Andrew Romanenko <melanhit@gmail.com>
  Approved by:	mikael.urankar@gmail.com (maintainer)

Modified:
  head/math/speedcrunch/Makefile   (contents, props changed)

Modified: head/math/speedcrunch/Makefile
==============================================================================
--- head/math/speedcrunch/Makefile	Sun Aug 19 14:38:07 2018	(r477579)
+++ head/math/speedcrunch/Makefile	Sun Aug 19 14:38:46 2018	(r477580)
@@ -3,6 +3,7 @@
 
 PORTNAME=	speedcrunch
 PORTVERSION=	0.12.0
+PORTRVISION=	1
 DISTVERSIONSUFFIX=	-${BB_COMMIT}
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@@ -20,7 +21,7 @@ BB_COMMIT=	7f2565d6a0ad
 
 WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
-USE_QT=		buildtools core gui help qmake_build qml widgets
+USE_QT=		buildtools_build qmake_build core gui help widgets
 USE_XORG=	x11
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191438.w7JEckPL059289>