diff options
author | swills <swills@FreeBSD.org> | 2016-11-02 23:42:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-11-02 23:42:08 +0800 |
commit | 0088a863fc4016e481800e5bc1ff192ab887a376 (patch) | |
tree | d9a64f52abda4dfea11e70e0a89700ff543ef7ff /irc/iroffer-dinoex/Makefile | |
parent | 3c0b9d1bebc27265c6ca76f2c4b3fccfb60c9256 (diff) | |
download | freebsd-ports-gnome-0088a863fc4016e481800e5bc1ff192ab887a376.tar.gz freebsd-ports-gnome-0088a863fc4016e481800e5bc1ff192ab887a376.tar.zst freebsd-ports-gnome-0088a863fc4016e481800e5bc1ff192ab887a376.zip |
irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDS
Diffstat (limited to 'irc/iroffer-dinoex/Makefile')
-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 |