aboutsummaryrefslogtreecommitdiff
path: root/irc/iroffer-dinoex
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-11-02 16:19:24 +0000
committerSteve Wills <swills@FreeBSD.org>2016-11-02 16:19:24 +0000
commita44d0a9abf3cb0919c0728b1e027b0597ad817b0 (patch)
treea3e154c7b59c810cfcaac6cea9b6dd13fe2cf69d /irc/iroffer-dinoex
parentbebcdb2b88ca45000380c2d5a1fe230c29fdf6e6 (diff)
downloadports-a44d0a9abf3cb0919c0728b1e027b0597ad817b0.tar.gz
ports-a44d0a9abf3cb0919c0728b1e027b0597ad817b0.zip
irc/iroffer-dinoex: fix RUBY LIB_DEPENDS
Should only be on when the option is enabled Pointyhat to: swills Reported by: mat
Notes
Notes: svn path=/head/; revision=425163
Diffstat (limited to 'irc/iroffer-dinoex')
-rw-r--r--irc/iroffer-dinoex/Makefile3
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