diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-11-21 12:15:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-11-21 12:15:15 +0000 |
commit | d5aa55e33e5aefd498884b71b84748187121e382 (patch) | |
tree | 43cd3bf27cc6641fda345647212a32fb176dbec5 /www | |
parent | eda871c43e129264845eba854fcaac1abfa1cc18 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/qupzilla-qt5/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile index 34e3b7ca2b57..461cd19e3681 100644 --- a/www/qupzilla-qt5/Makefile +++ b/www/qupzilla-qt5/Makefile @@ -16,12 +16,12 @@ LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt4* -USES= desktop-file-utils execinfo pkgconfig qmake tar:xz -USE_QT5= core concurrent gui network script webkit x11extras xml \ - buildtools_build linguisttools_build \ - imageformats_run sql-sqlite3_run +USES= desktop-file-utils execinfo pkgconfig qmake ssl tar:xz +USE_QT5= core concurrent gui network printsupport script sql webkit \ + widgets x11extras xml imageformats_run sql-sqlite3_run \ + buildtools_build linguisttools_build USE_XORG= x11 -USE_OPENSSL= yes +USE_GL= gl CONFIGURE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -37,7 +37,8 @@ DBUS_CONFIGURE_ENV_OFF= DISABLE_DBUS="true" GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" -KWALLET_USE= KDE5=wallet +KWALLET_USES= kde:5 +KWALLET_USE= KDE=wallet KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" .include <bsd.port.options.mk> |