aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:31:57 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 10:31:57 +0000
commit3cbaeb7558097a99bb244e1f7b23ad433595a539 (patch)
treee23942b74edadf37462139dd56468e081ab47146
parent6f84abfcf146c0ff584e11c556081fb41d01735f (diff)
downloadports-3cbaeb7558097a99bb244e1f7b23ad433595a539.tar.gz
ports-3cbaeb7558097a99bb244e1f7b23ad433595a539.zip
cad/libopencad: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--cad/libopencad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile
index f1e0dd80dd24..ba055b2993fb 100644
--- a/cad/libopencad/Makefile
+++ b/cad/libopencad/Makefile
@@ -17,7 +17,8 @@ BROKEN_armv7= fails to compile: cadheader.cpp: ambiguous conversion for functio
USE_GITHUB= yes
GH_ACCOUNT= sandyre
-USES= cmake compiler:c++11-lib
+USES= cmake cpe compiler:c++11-lib
+CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
.include <bsd.port.mk>