diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-07 10:06:21 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-07 10:09:01 +0200 |
commit | cf118ccf875508b9a1c570044c93cfcc82bd455c (patch) | |
tree | 2c94cfc5a4d4e80512c81686f40530d811bc1425 /www/qt5-webengine | |
parent | One more $FreeBSD crept in. (diff) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
Diffstat (limited to 'www/qt5-webengine')
-rw-r--r-- | www/qt5-webengine/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 476e56f52ab1..95e5dbb87031 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -1,4 +1,3 @@ - # QtWebEngine itself is a very thin layer of Qt code on top of a large part of # Chromium (everything up to the content/ layer). As such, most of the work in # this port revolves around taming Chromium and getting it to build on FreeBSD. |