summaryrefslogtreecommitdiff
path: root/lang/ruby18_static
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-21 16:45:20 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-21 16:45:20 +0000
commit61575cdfa9a8da12515cbf974c6b56f24a9b9eb7 (patch)
tree2c8f42ff8c14b391b099c63ba59a931534aa4c57 /lang/ruby18_static
parentUpdate lang/ruby and lang/ruby-devel to the latest snapshots. (diff)
Now Ruby 1.7 has fnmatch out-of-the-box.
Notes
Notes: svn path=/head/; revision=44286
Diffstat (limited to 'lang/ruby18_static')
-rw-r--r--lang/ruby18_static/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile
index 3e317cb387fe..e020a9fefdbe 100644
--- a/lang/ruby18_static/Makefile
+++ b/lang/ruby18_static/Makefile
@@ -9,4 +9,6 @@ MASTERDIR= ${.CURDIR}/../ruby_static
RUBY_VER= 1.7
+HAVE_FNMATCH= yes
+
.include "${MASTERDIR}/Makefile"