diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/rubygem-compass/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
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 07b952b0ac0d..8a5f4651c3f9 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 |