aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-06 19:54:18 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-06 19:56:41 +0000
commit17e0a02dec621d59b71d3654d61f63a6b40a901c (patch)
tree1a6f4df84dbbbaf7cc15e6de0dae339cbf7f67c2
parentbb730986ac849aff469ae8267f518866f3444f60 (diff)
downloadports-17e0a02dec621d59b71d3654d61f63a6b40a901c.tar.gz
ports-17e0a02dec621d59b71d3654d61f63a6b40a901c.zip
archivers/unrar: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--archivers/unrar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 1507dadebc7f..7a7e14da0e41 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_NAME= UnRAR license
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
-USES+= compiler:c++11-lang
+USES+= compiler:c++11-lang cpe
+
+CPE_VENDOR= rarlab
LDFLAGS+= -lpthread
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}"