svn commit: r372777 - head/net-im/sigram
Kris Moore
kmoore at FreeBSD.org
Wed Nov 19 13:58:45 UTC 2014
Author: kmoore
Date: Wed Nov 19 13:58:44 2014
New Revision: 372777
URL: https://svnweb.freebsd.org/changeset/ports/372777
QAT: https://qat.redports.org/buildarchive/r372777/
Log:
- Add missing runtime dep for Qt5 sql-sqlite3
- Bump PORTREV
Modified:
head/net-im/sigram/Makefile
Modified: head/net-im/sigram/Makefile
==============================================================================
--- head/net-im/sigram/Makefile Wed Nov 19 13:17:17 2014 (r372776)
+++ head/net-im/sigram/Makefile Wed Nov 19 13:58:44 2014 (r372777)
@@ -3,6 +3,7 @@
PORTNAME= sigram
PORTVERSION= 0.11182014
+PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= kmoore at freebsd.org
@@ -17,7 +18,7 @@ GH_COMMIT= ce3fb15
USE_QT5= core gui network opengl xml widgets buildtools_build graphicaleffects \
multimedia printsupport qml quick quickcontrols widgets \
- sql
+ sql sql-sqlite3
USES= compiler:c++11-lib openal:soft qmake
QMAKE_ARGS+= target.path=${LOCALBASE}/bin
More information about the svn-ports-all
mailing list