aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:31:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:59:56 +0000
commit0e306685795ae81a6fc5c2fb139619cc1c5ceb8e (patch)
treecd4fdaf8d24d29ddc047acda3f09c851476a4808
parentb9f1f2f46464b749e13bf67ccec48ffa44aae8f4 (diff)
downloadports-0e306685795ae81a6fc5c2fb139619cc1c5ceb8e.tar.gz
ports-0e306685795ae81a6fc5c2fb139619cc1c5ceb8e.zip
devel/py-pkgconfig: Add missing USES=pkgconfig
- Bump PORTREVISION for dependency change
-rw-r--r--devel/py-pkgconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
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