diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:45:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-13 23:45:25 +0000 |
commit | 99b9c002b4bb22f9fb9ebce9ae7ff9248bcb6d67 (patch) | |
tree | df442189218988fbab6e05dbd24a9e5f39659c5e | |
parent | Update version requirement of RUN_DEPENDS (diff) |
Update version requirement of RUN_DEPENDS
-rw-r--r-- | textproc/rubygem-amatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile index 5889060cd058..90fdf6ec5604 100644 --- a/textproc/rubygem-amatch/Makefile +++ b/textproc/rubygem-amatch/Makefile @@ -12,10 +12,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-mize>=0:devel/rubygem-mize \ - rubygem-tins>=1.0:devel/rubygem-tins + rubygem-tins>=1.0<2:devel/rubygem-tins -USE_RUBY= yes USES= gem +USE_RUBY= yes PLIST_FILES= bin/agrep bin/dupfind |