diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-04-16 10:59:42 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-04-16 10:59:42 +0000 |
commit | 9c07899dcf2201d4e7de9a04476bf6729fe8b850 (patch) | |
tree | 2ea5a042842e1d0b36496a2df51d33e415f04f2a /www | |
parent | 87bad511cde1a4bd37872543600761dd6a58c631 (diff) | |
download | pkgsrc-9c07899dcf2201d4e7de9a04476bf6729fe8b850.tar.gz |
Remove NOT_FOR_PLATFORM, builds and runs fine on Darwin for me.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-compass/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ruby-compass/Makefile b/www/ruby-compass/Makefile index b4ef2813cb3..e998bed4a9f 100644 --- a/www/ruby-compass/Makefile +++ b/www/ruby-compass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/03/13 16:39:35 taca Exp $ +# $NetBSD: Makefile,v 1.10 2015/04/16 10:59:42 jperkin Exp $ DISTNAME= compass-1.0.3 CATEGORIES= www @@ -14,8 +14,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-compass-import-once>=1.0.5<1.1:../../www/ruby-compas #DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify -NOT_FOR_PLATFORM= Darwin-*-* - OVERRIDE_GEMSPEC+= rb-fsevent: RUBYGEM_OPTIONS+= --format-executable |