diff options
| author | Wen Heping <wen@FreeBSD.org> | 2024-01-01 14:01:30 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2024-01-01 22:33:58 +0000 |
| commit | beaad09b1d1549e8f54255759a5910a70e743ed2 (patch) | |
| tree | c5058f76c0f45352ed72129302382ba30d1ec332 | |
| parent | 47564762a319a037686c921accbb831db779715c (diff) | |
| download | ports-beaad09b1d1549e8f54255759a5910a70e743ed2.tar.gz ports-beaad09b1d1549e8f54255759a5910a70e743ed2.zip | |
security/howdy: Fix build with python-3.11
PR: 276052
Reported by: wen
Approved by: maintainer
| -rw-r--r-- | security/howdy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/howdy/Makefile b/security/howdy/Makefile index 21b0e68a4b1d..abee4b0d7016 100644 --- a/security/howdy/Makefile +++ b/security/howdy/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${LOCALBASE}/share/dlib-models/shape_predictor_5_face_landmarks.dat:misc/dlib-models -USES= python:3.8-3.10,run shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= boltgolt |
