diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-09 20:39:24 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-09 20:39:24 +0000 |
commit | 1d041ad0b1ad4ae8a60cf02e3a5982583b7c04b7 (patch) | |
tree | 5c1973e425648d24e29130a4501d38e3fac29257 | |
parent | 72ae8b56fdd5b11a553e80c46be6b652f5007b1c (diff) |
Notes
-rw-r--r-- | editors/diakonos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/diakonos/Makefile b/editors/diakonos/Makefile index 61ef4afeeffa..835da3e7ae2c 100644 --- a/editors/diakonos/Makefile +++ b/editors/diakonos/Makefile @@ -4,6 +4,7 @@ PORTNAME= diakonos DISTVERSIONPREFIX= v DISTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= editors ruby MAINTAINER= ports@FreeBSD.org @@ -12,7 +13,7 @@ COMMENT= Console editor for the masses LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= rubygem-curses>0:devel/rubygem-curses +RUN_DEPENDS= rubygem-curses>=1.3.1:devel/rubygem-curses USES= shebangfix USE_GITHUB= yes |