diff options
-rw-r--r-- | net/freeradius3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 8c665fb6f8df..840ed30cfc03 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -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 |