Date: Fri, 8 Oct 2021 11:57:39 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fa982766a6fd - main - net/x11vnc: Add CPE information Message-ID: <202110081157.198Bvda7067808@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa982766a6fd5be11e9104e03babe2912bde55b5 commit fa982766a6fd5be11e9104e03babe2912bde55b5 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:54:10 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:54:10 +0000 net/x11vnc: Add CPE information Approved by: portmgr (blanket) --- net/x11vnc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index ea9fe587da30..46d7cb69a51d 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libvncserver.so:net/libvncserver -USES= iconv pkgconfig jpeg ssl gmake autoreconf xorg +USES= cpe iconv pkgconfig jpeg ssl gmake autoreconf xorg USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp xi xorgproto # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS @@ -25,6 +25,8 @@ USE_GITHUB= yes GH_ACCOUNT= LibVNC #DEFAULT_VERSIONS= ssl=openssl +CPE_VENDOR= x11vnc_project + PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= NLS AVAHI DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081157.198Bvda7067808>