diff options
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index b67a8fdccc09..474c567e1b84 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -11,8 +11,6 @@ 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.* @@ -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 |