diff options
-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 |