diff options
author | rakuco <rakuco@FreeBSD.org> | 2019-04-01 01:11:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2019-04-01 01:11:10 +0800 |
commit | e27f6bcdda8d41023ff598b4db15a0b6dfcda9fe (patch) | |
tree | 69633a773a55768aa43e0d536f0640ee8de6941d /www | |
parent | 87f10d2f3e30f5aa2f0d19350ac204e2a9bc943e (diff) | |
download | freebsd-ports-gnome-e27f6bcdda8d41023ff598b4db15a0b6dfcda9fe.tar.gz freebsd-ports-gnome-e27f6bcdda8d41023ff598b4db15a0b6dfcda9fe.tar.zst freebsd-ports-gnome-e27f6bcdda8d41023ff598b4db15a0b6dfcda9fe.zip |
Update comment.
Printing support was enabled in r475479.
Diffstat (limited to 'www')
-rw-r--r-- | www/qt5-webengine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index afe3af90685f..d99683e11d61 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -8,8 +8,8 @@ # - We are using several stub files, especially in Chromium's base/ and net/ # layers. We should look at implementing the missing bits instead. # - We are currently not using any sandboxing mechanism. -# - We are disabling support for features such as WebRTC and printing. We need -# to see what it would take to properly support them. +# - We are disabling support for features such as WebRTC. We need to see what +# it would take to properly support them. # - We need to see if more "use_system_<FOO>" flags can be passed. # - The process of porting QtWebEngine needs to be documented so we can move to # newer releases more easily. |