diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:32:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:32:04 +0800 |
commit | e314655ae48d4fb3a15a4e3f0f7792e6cfc5e8d3 (patch) | |
tree | 1d045c8b1b6d8521e253c69f717a391ae48690aa /www | |
parent | 7b48b9794aba1882c0e5643ea11822fe818a5049 (diff) | |
download | freebsd-ports-gnome-e314655ae48d4fb3a15a4e3f0f7792e6cfc5e8d3.tar.gz freebsd-ports-gnome-e314655ae48d4fb3a15a4e3f0f7792e6cfc5e8d3.tar.zst freebsd-ports-gnome-e314655ae48d4fb3a15a4e3f0f7792e6cfc5e8d3.zip |
- Fix RUN_DEPENDS
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile index d6cbcb726602..055b52970fde 100644 --- a/www/rubygem-gitlab-gollum-lib/Makefile +++ b/www/rubygem-gitlab-gollum-lib/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \ rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \ rubygem-gitlab-grit>=2.6.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ - rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.5.9:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \ rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex |