svn commit: r364042 - head/deskutils/mirall
Tijl Coosemans
tijl at FreeBSD.org
Mon Aug 4 19:44:24 UTC 2014
Author: tijl
Date: Mon Aug 4 19:44:23 2014
New Revision: 364042
URL: http://svnweb.freebsd.org/changeset/ports/364042
QAT: https://qat.redports.org/buildarchive/r364042/
Log:
- Add a dependency on Qt sqlite3 plugin [1]
- Force the use of Qt4 over Qt5
Reported by: David Samms <dsamms at nw-ds.com> [1]
Modified:
head/deskutils/mirall/Makefile
Modified: head/deskutils/mirall/Makefile
==============================================================================
--- head/deskutils/mirall/Makefile Mon Aug 4 19:36:18 2014 (r364041)
+++ head/deskutils/mirall/Makefile Mon Aug 4 19:44:23 2014 (r364042)
@@ -3,6 +3,7 @@
PORTNAME= mirall
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://download.owncloud.com/desktop/stable/
@@ -16,11 +17,11 @@ LIB_DEPENDS= libinotify.so:${PORTSDIR}/d
libneon.so:${PORTSDIR}/www/neon29
USES= cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2
-USE_QT4= corelib dbus gui network qtestlib webkit xml \
+USE_QT4= corelib dbus gui network qtestlib sql-sqlite3 webkit xml \
linguist_build moc_build qmake_build rcc_build uic_build
CMAKE_ENV= INOTIFY_LIB="${LOCALBASE}/lib"
-CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRING=${MANPREFIX}/man/
-USE_SQLITE= 3
+CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRING=${MANPREFIX}/man/ \
+ -DBUILD_WITH_QT4:BOOL=ON
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
More information about the svn-ports-head
mailing list