diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-07-30 12:50:53 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-07-31 09:01:54 +0000 |
commit | 7378f1a62fae23ce1817085992e2823a572c162c (patch) | |
tree | 70080b8aca7b7bd77f4f003d1c5bd340c4063b26 | |
parent | fb7abac7e10aa0312303fd298eba7e92d6d7b4d8 (diff) |
net/samba419: Update required version for tevent
The configure step fails with:
> Checking for system tevent (>=0.15.0) : not found
> ERROR: System library tevent of version 0.15.0 not found, and bundling disabled
> ===> Script "configure" failed unexpectedly.
PR: 280510, 280511
Approved by: portmgr blanket
Sponsored by: Klara, Inc.
-rw-r--r-- | net/samba419/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba419/Makefile b/net/samba419/Makefile index 62d538025fe4..982d6cd47f66 100644 --- a/net/samba419/Makefile +++ b/net/samba419/Makefile @@ -229,8 +229,8 @@ PLIST_SUB+= SAMBA4_BUNDLED_TEVENT="" SUB_LIST+= SAMBA4_BUNDLED_TEVENT="" .else SAMBA4_BUNDLED_LIBS+= !tevent -BUILD_DEPENDS+= tevent>=0.11.0:devel/tevent -RUN_DEPENDS+= tevent>=0.11.0:devel/tevent +BUILD_DEPENDS+= tevent>=0.15.0:devel/tevent +RUN_DEPENDS+= tevent>=0.15.0:devel/tevent PLIST_SUB+= SAMBA4_BUNDLED_TEVENT="@comment " SUB_LIST+= SAMBA4_BUNDLED_TEVENT="@comment " .endif |