Date: Thu, 4 Dec 2014 22:40:44 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373988 - head/net-im/qTox Message-ID: <201412042240.sB4Mei6r083733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Dec 4 22:40:43 2014 New Revision: 373988 URL: https://svnweb.freebsd.org/changeset/ports/373988 QAT: https://qat.redports.org/buildarchive/r373988/ Log: Add databases/qt5-sqldrivers-sqlite3 missing dependency. PR: ports/195654 Submitted by: Igor Ostapenko Approved by: maintainer (yuri) Modified: head/net-im/qTox/Makefile Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Thu Dec 4 22:22:30 2014 (r373987) +++ head/net-im/qTox/Makefile Thu Dec 4 22:40:43 2014 (r373988) @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.141118 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= yuri@rawbw.com @@ -21,8 +22,8 @@ USE_GITHUB= yes GH_ACCOUNT= tux3 GH_COMMIT= 7c499c2 GH_TAGNAME= ${GH_COMMIT} -USE_QT5= core gui network xml opengl sql widgets concurrent \ - buildtools_build linguisttools +USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets \ + concurrent buildtools_build linguisttools_build USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake PLIST_FILES= bin/qtox \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412042240.sB4Mei6r083733>