[Bug 231473] [NEW PORT] databases/opendbviewer: OpenDBViewer is a simple database explorer
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 19 13:15:38 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231473
--- Comment #2 from Tobias Kortkamp <tobik at freebsd.org> ---
Comment on attachment 197228
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197228
opendbviewer
+USE_QT= buildtools core gui linguisttools network qmake \
+ sql sql-sqlite3 testlib widgets
Are buildtools, linguisttools, and qmake really needed at runtime
or are they just build dependencies? Did you mean buildtools_build,
linguisttools_build, qmake_build instead?
+PGSQL_USE_QT+= sql-pgsql
+MYSQL_USE_QT+= sql-mysql
There is no _USE_QT options helper, so this has no effect. Use the
regular _USE options helper instead:
MYSQL_USE= QT=sql-mysql
PGSQL_USE= QT=sql-pgsql
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list