diff options
Diffstat (limited to 'textproc/rubygem-compass/Makefile')
-rw-r--r-- | textproc/rubygem-compass/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index 07b952b..8a5f465 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -12,12 +12,12 @@ COMMENT= Provides an open-source CSS authoring framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.markdown -RUN_DEPENDS= rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \ - rubygem-compass-core>=1.0.2:${PORTSDIR}/textproc/rubygem-compass-core \ - rubygem-compass-import-once>=1.0.5:${PORTSDIR}/textproc/rubygem-compass-import-once \ - rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ - rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \ - rubygem-sass>=3.3.13:${PORTSDIR}/textproc/rubygem-sass +RUN_DEPENDS= rubygem-chunky_png>=1.2:graphics/rubygem-chunky_png \ + rubygem-compass-core>=1.0.2:textproc/rubygem-compass-core \ + rubygem-compass-import-once>=1.0.5:textproc/rubygem-compass-import-once \ + rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \ + rubygem-rb-inotify>=0.9:devel/rubygem-rb-inotify \ + rubygem-sass>=3.3.13:textproc/rubygem-sass NO_ARCH= yes USE_RUBY= yes |