freeradius: Remove DEPMETHOD=build for dependencies.
The modules already have a full dependency on freeradius, which in turn has a full dependency on all of these dependencies, so this does nothing but cause indirect library dependency issues.
This commit is contained in:
parent
f49ad7ee28
commit
2919296219
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.module,v 1.1 2017/08/26 10:07:28 fhajny Exp $
|
||||
# $NetBSD: Makefile.module,v 1.2 2024/01/12 14:30:12 jperkin Exp $
|
||||
|
||||
.include "../../net/freeradius/Makefile.common"
|
||||
|
||||
|
@ -6,8 +6,3 @@ DEPENDS+= freeradius>=${PKGVERSION_NOREV}:../../net/freeradius
|
|||
|
||||
DISTINFO_FILE= ${.CURDIR}/../../net/freeradius/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../net/freeradius/patches
|
||||
|
||||
BUILDLINK_DEPMETHOD.gdbm?= build
|
||||
BUILDLINK_DEPMETHOD.libpcap?= build
|
||||
BUILDLINK_DEPMETHOD.openssl?= build
|
||||
BUILDLINK_DEPMETHOD.talloc?= build
|
||||
|
|
Loading…
Reference in a new issue