svn commit: r552055 - head/Mk

Koichiro Iwao meta at FreeBSD.org
Sun Oct 11 11:53:57 UTC 2020


Author: meta
Date: Sun Oct 11 11:53:57 2020
New Revision: 552055
URL: https://svnweb.freebsd.org/changeset/ports/552055

Log:
  Mk/bsd.port.mk: Remove no-op USE_LIBRUBY variable
  
  PR:		238170
  Submitted by:	ak
  Approved by:	portmgr (adamw)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Oct 11 11:46:17 2020	(r552054)
+++ head/Mk/bsd.port.mk	Sun Oct 11 11:53:57 2020	(r552055)
@@ -1381,7 +1381,7 @@ USES+=	php
 .include "${PORTSDIR}/Mk/bsd.java.mk"
 .endif
 
-.if defined(USE_RUBY) || defined(USE_LIBRUBY)
+.if defined(USE_RUBY)
 .include "${PORTSDIR}/Mk/bsd.ruby.mk"
 .endif
 


More information about the svn-ports-all mailing list