diff options
author | knu <knu@FreeBSD.org> | 2001-06-11 13:04:09 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-11 13:04:09 +0800 |
commit | ce6c55a11c1fb878a669c042e75887df2a060492 (patch) | |
tree | 499465a2b2e7d08a716d69caca2cd2c49ecad160 /lang | |
parent | 6ebb2107a3100c79d759d50ccd55896d886e667f (diff) | |
download | freebsd-ports-graphics-ce6c55a11c1fb878a669c042e75887df2a060492.tar.gz freebsd-ports-graphics-ce6c55a11c1fb878a669c042e75887df2a060492.tar.zst freebsd-ports-graphics-ce6c55a11c1fb878a669c042e75887df2a060492.zip |
Compile ruby-fnmatch in.
Diffstat (limited to 'lang')
-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} |