diff options
author | thierry <thierry@FreeBSD.org> | 2014-12-05 06:40:43 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-12-05 06:40:43 +0800 |
commit | 5f8b9f5144dd5137b9ed8882c6e87cc0e4b01c36 (patch) | |
tree | 7251f4549a5154693fb97ac9a1fbbb37f740d26c /net-im/qTox | |
parent | 97689396a4e9d86df2e9cc740d0e6a215d8e12eb (diff) | |
download | freebsd-ports-gnome-5f8b9f5144dd5137b9ed8882c6e87cc0e4b01c36.tar.gz freebsd-ports-gnome-5f8b9f5144dd5137b9ed8882c6e87cc0e4b01c36.tar.zst freebsd-ports-gnome-5f8b9f5144dd5137b9ed8882c6e87cc0e4b01c36.zip |
Add databases/qt5-sqldrivers-sqlite3 missing dependency.
PR: ports/195654
Submitted by: Igor Ostapenko
Approved by: maintainer (yuri)
Diffstat (limited to 'net-im/qTox')
-rw-r--r-- | net-im/qTox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 636b72101126..9270530a624a 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -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 \ |