diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-23 17:07:47 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-23 17:07:47 +0000 |
| commit | 5856cd080b106272b34f98c8f3d082cd5ad9522b (patch) | |
| tree | 1d81c5ac4e5e3efc63326f0a0208bf8f6c86542c /databases/sqlitebrowser/Makefile | |
| parent | c8bd572bbd25728c54cb5f55dca1b58a24092888 (diff) | |
Notes
Diffstat (limited to 'databases/sqlitebrowser/Makefile')
| -rw-r--r-- | databases/sqlitebrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index 99ac5cd28f98..c07e2ff682de 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 -USES= cmake desktop-file-utils qt:5 sqlite +USES= compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite CMAKE_ARGS+= -DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR} USE_QT= core gui network printsupport testlib widgets \ buildtools_build linguisttools_build qmake_build |
