diff options
author | swills <swills@FreeBSD.org> | 2016-11-03 00:19:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-11-03 00:19:24 +0800 |
commit | 70adbfd52a0020fc6bb1a6e9d1efd03b5dafdf33 (patch) | |
tree | a3e154c7b59c810cfcaac6cea9b6dd13fe2cf69d /irc/iroffer-dinoex/Makefile | |
parent | 2e260e54a0c365256d72677586173ff8815216c5 (diff) | |
download | freebsd-ports-gnome-70adbfd52a0020fc6bb1a6e9d1efd03b5dafdf33.tar.gz freebsd-ports-gnome-70adbfd52a0020fc6bb1a6e9d1efd03b5dafdf33.tar.zst freebsd-ports-gnome-70adbfd52a0020fc6bb1a6e9d1efd03b5dafdf33.zip |
irc/iroffer-dinoex: fix RUBY LIB_DEPENDS
Should only be on when the option is enabled
Pointyhat to: swills
Reported by: mat
Diffstat (limited to 'irc/iroffer-dinoex/Makefile')
-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 |