diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 13:32:27 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 13:32:27 +0000 |
commit | e08a49f53ae33ad050b7bb0ecff8e9bd95b599b0 (patch) | |
tree | 5f55555a3304c0d0da3418c330a26fd7dcbcb106 | |
parent | daa43cd71e8ef723e1565c20721df114657f8467 (diff) | |
download | ports-e08a49f53ae33ad050b7bb0ecff8e9bd95b599b0.tar.gz ports-e08a49f53ae33ad050b7bb0ecff8e9bd95b599b0.zip |
archivers/ark: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 4621482fa9d2..fc8f6caa7ad9 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -8,7 +8,7 @@ COMMENT= Archiving tool for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang desktop-file-utils gettext libarchive kde:5 \ +USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext libarchive kde:5 \ qt:5 shared-mime-info tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools i18n iconthemes \ @@ -19,6 +19,7 @@ USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes +CPE_VENDOR= kde OPTIONS_DEFINE= 7ZIP RAR ZIP DOCS OPTIONS_DEFAULT= 7ZIP ZIP DOCS |