diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-11-02 15:42:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-11-02 15:42:08 +0000 |
commit | b451ea1bee4328122696c71aa63d5406a05f9b80 (patch) | |
tree | d9a64f52abda4dfea11e70e0a89700ff543ef7ff /irc/iroffer-dinoex | |
parent | f77fff859dcb36d28c011c45eb2a7d3a0f01ca83 (diff) | |
download | ports-b451ea1bee4328122696c71aa63d5406a05f9b80.tar.gz ports-b451ea1bee4328122696c71aa63d5406a05f9b80.zip |
Notes
Diffstat (limited to 'irc/iroffer-dinoex')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index b042c44c26ed..b67a8fdccc09 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -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 |