aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-01-18 14:44:28 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-01-18 14:47:25 +0000
commit7dbf233495a9138e5a85370d5be8194dc1dbc6d5 (patch)
treefcace8ea5da6884d604d5c3813a9da72d3236b6f
parent254d04e51e2de2153fe0606808b6956fb47fc981 (diff)
downloadports-7dbf233495a9138e5a85370d5be8194dc1dbc6d5.tar.gz
ports-7dbf233495a9138e5a85370d5be8194dc1dbc6d5.zip
irc/epic5: unbreak build after 18c6e1827669 (+)
Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Approved by: portmgr blanket
-rw-r--r--irc/epic5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 0873aa4446bc..e8cb390dcee5 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -27,7 +27,7 @@ PERL_CONFIGURE_WITH= perl
PYTHON_USES= python gettext-runtime
PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}-config
PYTHON_CONFIGURE_OFF= --without-python
-RUBY_USE= ruby=yes
+RUBY_USES= ruby
RUBY_CONFIGURE_WITH= ruby
TCL_USES= tcl
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}/tclConfig.sh