Date: Fri, 18 Mar 2022 13:26:02 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: caba6d71cfe1 - main - cad/gerbv: Add CPE information Message-ID: <202203181326.22IDQ2tj003083@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=caba6d71cfe163704c5fe1ca0f883f62d42a5871 commit caba6d71cfe163704c5fe1ca0f883f62d42a5871 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 12:58:15 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:47 +0000 cad/gerbv: Add CPE information Approved by: portmgr (blanket) --- cad/gerbv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index c0134b4fdbdb..1344336d8d47 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -15,11 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf compiler:c++11-lang desktop-file-utils gmake gnome \ +USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake gnome \ libtool localbase pathfix pkgconfig USE_GNOME= cairo gtk20 USE_LDCONFIG= yes +CPE_VENDOR= gerbv_project + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_aux_dir="." CFLAGS+= -fcommon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203181326.22IDQ2tj003083>