Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 10:32:09 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f84abfcf146 - main - cad/PrusaSlicer: Add CPE information
Message-ID:  <202110141032.19EAW9oQ092422@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f84abfcf146c0ff584e11c556081fb41d01735f

commit 6f84abfcf146c0ff584e11c556081fb41d01735f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:31:32 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:31:32 +0000

    cad/PrusaSlicer: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 cad/PrusaSlicer/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index c1289ac3badc..b79f34a202c0 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -24,7 +24,8 @@ LIB_DEPENDS=	libtbb.so:devel/onetbb \
 BUILD_DEPENDS=	cereal>=1.3.0.10:devel/cereal \
 		cgal>=5.0.2:math/cgal
 
-USES=		cmake desktop-file-utils eigen:3 gettext gl iconv pkgconfig
+USES=		cmake cpe desktop-file-utils eigen:3 gettext gl iconv pkgconfig
+CPE_VENDOR=	prusa3d
 CMAKE_ARGS+=	-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
 		-DSLIC3R_GTK=3 \
 		-DSLIC3R_FHS=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110141032.19EAW9oQ092422>