svn commit: r425160 - head/irc/iroffer-dinoex
Steve Wills
swills at FreeBSD.org
Wed Nov 2 15:42:10 UTC 2016
Author: swills
Date: Wed Nov 2 15:42:08 2016
New Revision: 425160
URL: https://svnweb.freebsd.org/changeset/ports/425160
Log:
irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDS
Modified:
head/irc/iroffer-dinoex/Makefile
Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile Wed Nov 2 14:54:56 2016 (r425159)
+++ head/irc/iroffer-dinoex/Makefile Wed Nov 2 15:42:08 2016 (r425160)
@@ -11,6 +11,8 @@ 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.*
@@ -44,7 +46,7 @@ OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_ON= -curl
-RUBY_USE= RUBY=yes LIBRUBY=yes
+RUBY_USE= RUBY=yes
RUBY_CONFIGURE_ON= -ruby
UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc
UPNP_CONFIGURE_ON= -upnp
More information about the svn-ports-all
mailing list