diff options
author | jrm <jrm@FreeBSD.org> | 2017-05-15 03:31:11 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-05-15 03:31:11 +0800 |
commit | e21fde09c66aeeb24da93a7ffffa665f93ec95f7 (patch) | |
tree | 607e6c3cdeda9ecc2e62e435e82a9e806326a8fa | |
parent | 504ff7d430db2222c1789269655d8e48fe4f75f6 (diff) | |
download | freebsd-ports-gnome-e21fde09c66aeeb24da93a7ffffa665f93ec95f7.tar.gz freebsd-ports-gnome-e21fde09c66aeeb24da93a7ffffa665f93ec95f7.tar.zst freebsd-ports-gnome-e21fde09c66aeeb24da93a7ffffa665f93ec95f7.zip |
devel/rubygem-climate_control: Upstream removed the dependency on
activesupport, so remove it here.
Approved by: swills (mentor, implicit)
-rw-r--r-- | devel/rubygem-climate_control/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/rubygem-climate_control/Makefile b/devel/rubygem-climate_control/Makefile index f84cfd38ce8d..aafa6955ecc7 100644 --- a/devel/rubygem-climate_control/Makefile +++ b/devel/rubygem-climate_control/Makefile @@ -12,8 +12,6 @@ COMMENT= Modify your ENV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 - NO_ARCH= yes USE_RUBY= yes USES= gem |