aboutsummaryrefslogtreecommitdiffstats
path: root/www/gitlab
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-04-05 05:34:29 +0800
committerswills <swills@FreeBSD.org>2016-04-05 05:34:29 +0800
commit786c7cd5b891a620acd6ed078a6320c2a0a88685 (patch)
tree245a31a45335fff95bcfffc0702b6fc8614adb70 /www/gitlab
parent8f220613e87497e884dfcec5a5488ac64dae367b (diff)
downloadfreebsd-ports-graphics-786c7cd5b891a620acd6ed078a6320c2a0a88685.tar.gz
freebsd-ports-graphics-786c7cd5b891a620acd6ed078a6320c2a0a88685.tar.zst
freebsd-ports-graphics-786c7cd5b891a620acd6ed078a6320c2a0a88685.zip
www/gitlab: remove unneeded dependency on ruby
Diffstat (limited to 'www/gitlab')
-rw-r--r--www/gitlab/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index f9e860b4307..f8f9377b305 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -11,8 +11,7 @@ COMMENT= Web GUI for managing git repositories
LICENSE= MIT
-BUILD_DEPENDS= ruby>=2.1.8:lang/ruby21 \
- gem:devel/ruby-gems
+BUILD_DEPENDS= gem:devel/ruby-gems
RUN_DEPENDS= git>=2.4.3:devel/git \
gitlab-shell>=2.6.10:devel/gitlab-shell\
gitlab-workhorse>=0.6.4:www/gitlab-workhorse \