summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-03-16 14:17:20 +0000
committertaca <taca@pkgsrc.org>2019-03-16 14:17:20 +0000
commit9a1b1e98cafdcb56500ec4ed32c6164cb5bbf935 (patch)
treef113685267a02ad0cd88b431381a166d8efa33d4 /www
parent5966eec1e15a48d97bd579d3716dbb5d1efa1e14 (diff)
downloadpkgsrc-9a1b1e98cafdcb56500ec4ed32c6164cb5bbf935.tar.gz
www/ruby-compass: update dependencies
* Update dependency to devel/ruby-rb-inotify. * Enable dependency to devel/ruby-rb-fsevent.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-compass/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ruby-compass/Makefile b/www/ruby-compass/Makefile
index e998bed4a9f..8d17be783c2 100644
--- a/www/ruby-compass/Makefile
+++ b/www/ruby-compass/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2015/04/16 10:59:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2019/03/16 14:17:20 taca Exp $
DISTNAME= compass-1.0.3
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,10 +12,9 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.2<2:../../graphics/ruby-chunky_png
DEPENDS+= ${RUBY_PKGPREFIX}-compass-core>=1.0.2<1.1:../../www/ruby-compass-core
DEPENDS+= ${RUBY_PKGPREFIX}-compass-import-once>=1.0.5<1.1:../../www/ruby-compass-import-once
-#DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent
-DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
+DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../devel/ruby-rb-fsevent
+DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../devel/ruby-rb-inotify
-OVERRIDE_GEMSPEC+= rb-fsevent:
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"