aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2022-01-10 19:22:15 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2022-01-10 19:23:55 +0000
commite3b18f793cc16223a94673f400183250a1c9b00e (patch)
treeee1fbc1320f9ef190ba00d8ea72a181809bafe3e
parent4499b66242e5e5b1249082d207116914927b61af (diff)
downloadports-e3b18f793cc16223a94673f400183250a1c9b00e.tar.gz
ports-e3b18f793cc16223a94673f400183250a1c9b00e.zip
textproc/py-wcmatch: bracex should be a RUN_DEPENDS
instead of the BUILD_DEPENDS I originally had it as. PR: 261077 Reported by: bas at area536.com
-rw-r--r--textproc/py-wcmatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile
index 878c28ec7ac7..47d3b3bdffd3 100644
--- a/textproc/py-wcmatch/Makefile
+++ b/textproc/py-wcmatch/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wcmatch
PORTVERSION= 8.3
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ COMMENT= Wildcard/glob file name matcher
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bracex>=2.1.1:textproc/py-bracex@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bracex>=2.1.1:textproc/py-bracex@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \