git: 7e1519526b60 - main - textproc/uim: Fix incorrect use of USE_RUBY.
MANTANI Nobutaka
nobutaka at FreeBSD.org
Sat May 1 20:02:23 UTC 2021
The branch main has been updated by nobutaka:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1519526b60a1437ac59ecabc24fe7ff30fe127
commit 7e1519526b60a1437ac59ecabc24fe7ff30fe127
Author: MANTANI Nobutaka <nobutaka at FreeBSD.org>
AuthorDate: 2021-05-01 19:54:33 +0000
Commit: MANTANI Nobutaka <nobutaka at FreeBSD.org>
CommitDate: 2021-05-01 20:00:15 +0000
textproc/uim: Fix incorrect use of USE_RUBY.
Reported by: jbeich
---
textproc/uim/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index 1a9d054f1c80..966d60bd85c4 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -44,7 +44,8 @@ CONFIGURE_ARGS+= --with-x --with-xft
USES+= perl5
USE_GNOME+= librsvg2:build
USE_PERL5= build
-USE_RUBY= build
+USE_RUBY= yes
+RUBY_NO_RUN_DEPENDS= yes
.if ${PORT_OPTIONS:MX11}
USE_GNOME+= cairo gdkpixbuf2 gtk30
LIB_DEPENDS+= libfreetype.so:print/freetype2 \
More information about the dev-commits-ports-all
mailing list