svn commit: r425163 - head/irc/iroffer-dinoex

Steve Wills swills at FreeBSD.org
Wed Nov 2 16:19:26 UTC 2016


Author: swills
Date: Wed Nov  2 16:19:24 2016
New Revision: 425163
URL: https://svnweb.freebsd.org/changeset/ports/425163

Log:
  irc/iroffer-dinoex: fix RUBY LIB_DEPENDS
  
  Should only be on when the option is enabled
  
  Pointyhat to:	swills
  Reported by:	mat

Modified:
  head/irc/iroffer-dinoex/Makefile

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Wed Nov  2 16:14:42 2016	(r425162)
+++ head/irc/iroffer-dinoex/Makefile	Wed Nov  2 16:19:24 2016	(r425163)
@@ -11,8 +11,6 @@ DISTNAME=	iroffer-dinoex-${PORTVERSION}
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	IRC "bot" that makes sharing files via DCC extremely easy
 
-LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
-
 LICENSE=	GPLv2
 
 CONFLICTS=	iroffer-1* iroffer-lamm-1.*
@@ -47,6 +45,7 @@ OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 CURL_CONFIGURE_ON=	-curl
 RUBY_USE=		RUBY=yes
+RUBY_LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
 RUBY_CONFIGURE_ON=	-ruby
 UPNP_LIB_DEPENDS=	libminiupnpc.so:net/miniupnpc
 UPNP_CONFIGURE_ON=	-upnp


More information about the svn-ports-all mailing list