svn commit: r396923 - head/sysutils/tarsnap-gui

Steve Wills swills at FreeBSD.org
Mon Sep 14 18:39:16 UTC 2015


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


More information about the svn-ports-all mailing list