mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add a dependency on Qt sqlite3 plugin [1]
- Force the use of Qt4 over Qt5 Reported by: David Samms <dsamms@nw-ds.com> [1]
This commit is contained in:
parent
3ce545202d
commit
8ce8bb5c13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364042
@ -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}/devel/libinotify \
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user