diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-20 08:45:15 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-20 08:45:15 +0000 |
commit | ab9b90fefc356532eda04057ca2e3dee3452a626 (patch) | |
tree | 125bbb55098837f325a1f9c858812934b501e4d8 | |
parent | 2e917248f7b6b7a782c70785a394acede1911d92 (diff) | |
download | ports-ab9b90fefc356532eda04057ca2e3dee3452a626.tar.gz ports-ab9b90fefc356532eda04057ca2e3dee3452a626.zip |
mail/horde-ingo: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | mail/horde-ingo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index 0f466c3703be..2a141336ba85 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -30,4 +30,6 @@ USE_HORDE_RUN= Horde_Role \ RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve@${PHP_FLAVOR} \ ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} +CPE_VENDOR= horde + .include <bsd.port.mk> |