git: 0e306685795a - main - devel/py-pkgconfig: Add missing USES=pkgconfig

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:09:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e306685795ae81a6fc5c2fb139619cc1c5ceb8e

commit 0e306685795ae81a6fc5c2fb139619cc1c5ceb8e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:31:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:56 +0000

    devel/py-pkgconfig: Add missing USES=pkgconfig
    
    - Bump PORTREVISION for dependency change
---
 devel/py-pkgconfig/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile
index 3aacc3709134..efffb8e0969b 100644
--- a/devel/py-pkgconfig/Makefile
+++ b/devel/py-pkgconfig/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pkgconfig
 PORTVERSION=	1.5.5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
@@ -12,7 +13,7 @@ WWW=		https://github.com/matze/pkgconfig
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.3+
+USES=		pkgconfig:run python:3.3+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes