net/freeradius3: unbreak build after 18c6e18276
(+)
Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Also removed obsoleted 'Created by Ryan Steinmetz <zi@FreeBSD.org>'. Approved by: portmgr blanket
This commit is contained in:
parent
62d3781d90
commit
906c51c9ab
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
|
||||
PORTNAME= freeradius
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
|
@ -143,7 +141,7 @@ REST_CONFIGURE_ON= --with-libcurl=${LOCALBASE} \
|
|||
REST_LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libjson-c.so:devel/json-c
|
||||
RUBY_CONFIGURE_WITH= rlm_ruby
|
||||
RUBY_USE= RUBY
|
||||
RUBY_USES= ruby
|
||||
RUBY_IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
|
||||
SQLITE3_CONFIGURE_WITH= rlm_sql_sqlite
|
||||
SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||
|
|
Loading…
Reference in a new issue