diff options
author | swills <swills@FreeBSD.org> | 2014-03-31 09:04:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-31 09:04:12 +0800 |
commit | 418261dc4ae5288b06ae2c0fbe245418f4747b3d (patch) | |
tree | 9ce3e41ba3ee7c362fa816728760d1f144cf1652 /textproc/rubygem-compass | |
parent | b5da48463fc60a58ae51719b5fbb1df6f5f09379 (diff) | |
download | freebsd-ports-gnome-418261dc4ae5288b06ae2c0fbe245418f4747b3d.tar.gz freebsd-ports-gnome-418261dc4ae5288b06ae2c0fbe245418f4747b3d.tar.zst freebsd-ports-gnome-418261dc4ae5288b06ae2c0fbe245418f4747b3d.zip |
- Use rubygem-sass32
PR: ports/188101
Reported by: Robbert Klarenbeek <robbertkl@renbeek.nl>
Pointyhat to: swills
Diffstat (limited to 'textproc/rubygem-compass')
-rw-r--r-- | textproc/rubygem-compass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index e4f1d0306061..742c9daad037 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -3,6 +3,7 @@ PORTNAME= compass PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \ rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ - rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass + rubygem-sass32>=3.1:${PORTSDIR}/textproc/rubygem-sass32 USE_RUBY= yes USE_RUBYGEMS= yes |