Date: Wed, 2 Nov 2016 15:42:08 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425160 - head/irc/iroffer-dinoex Message-ID: <201611021542.uA2Fg8Gm073329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611021542.uA2Fg8Gm073329>