Use modern syntax for LIB_DEPENDS.
This commit is contained in:
parent
3e42ae3659
commit
040c763452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336459
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ PLIST_SUB+= SUB_SNMP="@comment "
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MRADIUS}
|
||||
LIB_DEPENDS+= radiusclient-ng:${PORTSDIR}/net/radiusclient
|
||||
LIB_DEPENDS+= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient
|
||||
PLIST_SUB+= SUB_RADIUS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-radius
|
||||
|
|
Loading…
Reference in a new issue