diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-11 05:04:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-11 05:04:09 +0000 |
commit | 9e902c51785db3a7715d34be77d3077555bbf71b (patch) | |
tree | 15d60037de7122e231788d53e5469d523169e252 /lang/ruby_static | |
parent | 4ec01db990aa6519c3eddebaffc631bbfe9cce0a (diff) |
Notes
Diffstat (limited to 'lang/ruby_static')
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 285cc7330c7d..a0399bb1320e 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} |