diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:15:57 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:15:57 +0000 |
commit | 3de791b6e749bb55d77da476942be259380293ff (patch) | |
tree | 5a0f9cf279495ec46d6a14118ef4fd6f3a6e19d4 | |
parent | security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT (diff) |
sysutils/catfish: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/catfish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile index 1b4a689b8760..29d0444ed263 100644 --- a/sysutils/catfish/Makefile +++ b/sysutils/catfish/Makefile @@ -20,10 +20,12 @@ BUILD_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} -USES= desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2 +USES= cpe desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2 USE_PYTHON= distutils noflavors USE_GNOME= gtk30 intltool pygobject3 +CPE_VENDOR= catfish_project + NO_ARCH= yes INSTALLS_ICONS= yes |