git: 2d3a040dc2fa - main - devel/pear-Horde_Constraint: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Thu, 07 Oct 2021 15:04:58 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d3a040dc2fabb36511bb26fa63bd2fe6ff5e0ef

commit 2d3a040dc2fabb36511bb26fa63bd2fe6ff5e0ef
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-07 14:43:16 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-07 15:04:40 +0000

    devel/pear-Horde_Constraint: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/pear-Horde_Constraint/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pear-Horde_Constraint/Makefile b/devel/pear-Horde_Constraint/Makefile
index 7532aa17de50..2975e8965ebc 100644
--- a/devel/pear-Horde_Constraint/Makefile
+++ b/devel/pear-Horde_Constraint/Makefile
@@ -7,6 +7,6 @@ CATEGORIES=	devel www pear
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde Constraint library
 
-USES=	horde
+USES=		horde cpe
 
 .include <bsd.port.mk>