diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 13:33:16 +0100 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 14:20:24 +0100 |
commit | a180b4ade278bcfcd43afc8b8ffa69bbbcaadc77 (patch) | |
tree | 7d80a1c2a59ac08c5a7c443ebfbbb7356307b68b /www/nginx-devel/Makefile.extmod | |
parent | *: Drop newly added but obsolete INSTALLS_ICONS (diff) |
*: Fix USE_GNOME usage
USE_GNOME no longer implies USES=gnome. USE_GNOME will not have
any effect unless you add USES=gnome yourself.
Reported by: portscan
Diffstat (limited to 'www/nginx-devel/Makefile.extmod')
-rw-r--r-- | www/nginx-devel/Makefile.extmod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 2a2093aae47e..720b0c9411c8 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -310,7 +310,7 @@ SRCACHE_VARS= DSO_EXTMODS+=srcache VOD_GH_TUPLE= kaltura:nginx-vod-module:1.27:vod VOD_USE= GNOME=libxml2 -VOD_USES= iconv +VOD_USES= gnome iconv VOD_VARS= DSO_EXTMODS+=vod VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config |