diff options
-rw-r--r-- | lang/ruby16_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 285cc7330c7..a0399bb1320 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby_static PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= # none DISTFILES= # none @@ -23,6 +24,7 @@ USE_AUTOCONF= yes # which means you can't link such modules as ruby-gdbm within. EXT_PORTS= archivers/ruby-zlib \ devel/ruby-strscan \ + devel/ruby-fnmatch \ sysutils/ruby-syslog _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 285cc7330c7..a0399bb1320 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruby_static PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= # none DISTFILES= # none @@ -23,6 +24,7 @@ USE_AUTOCONF= yes # which means you can't link such modules as ruby-gdbm within. EXT_PORTS= archivers/ruby-zlib \ devel/ruby-strscan \ + devel/ruby-fnmatch \ sysutils/ruby-syslog _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} |