From ea4574ba69365f99495cd28b305534f44e760d21 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 8 Oct 2021 11:47:54 +0000 Subject: [PATCH] net/libvncserver: Add CPE information Approved by: portmgr (blanket) --- net/libvncserver/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index c91d61d03755..e20d7b02900e 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -18,9 +18,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ liblzo2.so:archivers/lzo2 -USES= cmake jpeg libtool pathfix pkgconfig +USES= cmake cpe jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes +CPE_VENDOR= libvncserver_project + CMAKE_ON= WITH_24BPP WITH_JPEG WITH_LZO WITH_PNG \ WITH_THREADS WITH_TIGHTVNC_FILETRANSFER \ WITH_WEBSOCKETS WITH_ZLIB