Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 18:54:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361816 - head/Mk
Message-ID:  <201407141854.s6EIstrD032307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 14 18:54:55 2014
New Revision: 361816
URL: http://svnweb.freebsd.org/changeset/ports/361816
QAT: https://qat.redports.org/buildarchive/r361816/

Log:
  Modernize LIB_DEPENDS

Modified:
  head/Mk/bsd.ruby.mk

Modified: head/Mk/bsd.ruby.mk
==============================================================================
--- head/Mk/bsd.ruby.mk	Mon Jul 14 18:53:00 2014	(r361815)
+++ head/Mk/bsd.ruby.mk	Mon Jul 14 18:54:55 2014	(r361816)
@@ -312,7 +312,7 @@ RUBY_RDOC_PORT?=	textproc/ruby-rdoc
 RUBY_ICONV_PORT?=	converters/ruby-iconv
 
 # Depends
-DEPEND_LIBRUBY?=	${RUBY_NAME}.${RUBY_SHLIBVER}:${PORTSDIR}/${RUBY_PORT}
+DEPEND_LIBRUBY?=	${RUBY_NAME}.so.${RUBY_SHLIBVER}:${PORTSDIR}/${RUBY_PORT}
 DEPEND_RUBY?=		${RUBY}:${PORTSDIR}/${RUBY_PORT}
 DEPEND_RUBY_RDTOOL?=	${RUBY_RD2}:${PORTSDIR}/${RUBY_RDTOOL_PORT}
 DEPEND_RUBY_ICONV=	${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/${RUBY_ICONV_PORT}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407141854.s6EIstrD032307>