diff options
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index aeb644b15a8f..faffa73a1507 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -14,7 +14,8 @@ COMMENT?= File archiver with high compression ratio LICENSE?= LGPL21 ALL_TARGET?= all3 -USES= tar:bzip2 +USES= cpe tar:bzip2 +CPE_VENDOR= 7-zip MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} |