aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2023-03-27 21:15:18 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2023-03-27 21:17:10 +0000
commit07bf80320fa30852bc43407335e959b950661e44 (patch)
tree0c857e028cdb4ad75b5e0a27bc72098fead03aef
parent09f2aedc16d5e6dbc04027cbebd091d45f42e45b (diff)
downloadports-07bf80320fa30852bc43407335e959b950661e44.tar.gz
ports-07bf80320fa30852bc43407335e959b950661e44.zip
textproc/py-rich: fix build in presence of git
If git is installed, it seems .gitignore will somehow prevent a wheel being created.
-rw-r--r--textproc/py-rich/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-rich/Makefile b/textproc/py-rich/Makefile
index c84e2335e857..ec2ef36111ea 100644
--- a/textproc/py-rich/Makefile
+++ b/textproc/py-rich/Makefile
@@ -20,6 +20,8 @@ NO_ARCH= yes
USES= python:3.7+
USE_PYTHON= autoplist pep517 pytest
+BINARY_ALIAS= git=false
+
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30900