Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 18:39:15 +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: r396923 - head/sysutils/tarsnap-gui
Message-ID:  <201509141839.t8EIdGdB009154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Sep 14 18:39:15 2015
New Revision: 396923
URL: https://svnweb.freebsd.org/changeset/ports/396923

Log:
  sysutils/tarsnap-gui: fix build on 9.x

Modified:
  head/sysutils/tarsnap-gui/Makefile

Modified: head/sysutils/tarsnap-gui/Makefile
==============================================================================
--- head/sysutils/tarsnap-gui/Makefile	Mon Sep 14 18:27:32 2015	(r396922)
+++ head/sysutils/tarsnap-gui/Makefile	Mon Sep 14 18:39:15 2015	(r396923)
@@ -11,7 +11,7 @@ COMMENT=	Cross platform GUI for the Tars
 USE_GITHUB=	yes
 GH_ACCOUNT=	Tarsnap
 
-USES=		qmake
+USES=		compiler:c++11-lib qmake
 USE_QT5=	qmake_build widgets network buildtools_build sql-sqlite3
 
 PLIST_FILES=	bin/tarsnap-gui



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