diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-03 19:28:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-03 19:28:27 +0000 |
commit | 46a4bab8635ad2c62f641f83d1837caa64ae64bb (patch) | |
tree | 0b97c3e07e8397007c989e479cc14faf762991e1 | |
parent | Update to 0.39.0 (diff) |
Update version requirement of RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=513726
-rw-r--r-- | devel/rubygem-astrolabe/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/rubygem-astrolabe/Makefile b/devel/rubygem-astrolabe/Makefile index cd57c2f67426..d850c365d3c7 100644 --- a/devel/rubygem-astrolabe/Makefile +++ b/devel/rubygem-astrolabe/Makefile @@ -11,10 +11,11 @@ COMMENT= Object-oriented AST extension for rubygem-parser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-parser>=2.2:devel/rubygem-parser +RUN_DEPENDS= rubygem-parser>=2.2<3:devel/rubygem-parser -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |