diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-09-03 16:20:57 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-09-03 16:20:57 +0200 |
commit | 7e926b15e89eeb11885eaa93b7630e27940831f8 (patch) | |
tree | 82f941961a29cbb9ee6254a1999bbff702bf5980 | |
parent | devel/py-setuptools-scm: Heed GIT_CEILING_DIRECTORIES (diff) |
devel/py-breathe: drop GIT_DIR=. workaround
...from MAKE_ENV now that py-setuptools-scm has been fixed.
-rw-r--r-- | devel/py-breathe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/py-breathe/Makefile b/devel/py-breathe/Makefile index 0a2cdd7aba6a..059efe657c97 100644 --- a/devel/py-breathe/Makefile +++ b/devel/py-breathe/Makefile @@ -24,7 +24,6 @@ USES= gmake python USE_GITHUB= yes GH_TUPLE= michaeljones:breathe:v${PORTVERSION} USE_PYTHON= autoplist pep517 pytest -MAKE_ENV+= GIT_DIR=. NO_ARCH= yes |