diff options
Diffstat (limited to 'www/qt5-webengine/Makefile')
-rw-r--r-- | www/qt5-webengine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 552e6b553c50..6fb652367461 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -18,7 +18,6 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -49,7 +48,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libwebp.so:graphics/webp DISTINFO_FILE= ${.CURDIR}/distinfo -QT5_VERSION= 5.13.2 +QT5_VERSION= 5.14.0 OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO SNDIO @@ -79,7 +78,7 @@ USE_GL= gl USE_GNOME= glib20 libxml2 libxslt USE_QT= core declarative designer gui location network webchannel \ widgets buildtools_build qmake_build printsupport -USE_XORG= x11 xcb xcomposite xcursor xext xi xorgproto \ +USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xorgproto \ xrandr xrender xscrnsaver xtst USE_LDCONFIG= ${QT_LIBDIR} @@ -123,7 +122,7 @@ PLIST_SUB+= BE="@comment " LE="" post-extract: # Install FreeBSD's freebsd.pri file. - ${CP} ${FILESDIR}/freebsd.pri ${WRKSRC}/src/core/config/freebsd.pri + ${CP} ${FILESDIR}/freebsd.pri ${WRKSRC}/src/buildtools/config/freebsd.pri post-extract-SNDIO-on: @cd ${WRKSRC}/src/3rdparty/chromium/media/audio && ${MKDIR} sndio openbsd |