diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 17:28:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-03 17:28:58 +0000 |
commit | 8e91d7d1a88f5cc25bd595ef88efb302b0b7076a (patch) | |
tree | 9f70077895c3a2dc680ed04ebb61c32b483319ce /textproc | |
parent | 47981f44d539e2dcf21ed2353cbc950d4c17d14d (diff) | |
download | ports-8e91d7d1a88f5cc25bd595ef88efb302b0b7076a.tar.gz ports-8e91d7d1a88f5cc25bd595ef88efb302b0b7076a.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-compass-import-once/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-compass-import-once/Makefile b/textproc/rubygem-compass-import-once/Makefile index ad5254eb28e4..1f83fbd6f5a6 100644 --- a/textproc/rubygem-compass-import-once/Makefile +++ b/textproc/rubygem-compass-import-once/Makefile @@ -13,10 +13,11 @@ COMMENT= Compass core stylesheet library and minimum required ruby extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-sass34>=0:textproc/rubygem-sass34 +RUN_DEPENDS= rubygem-sass34>=3.2<3.5:textproc/rubygem-sass34 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |