diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-21 16:45:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-21 16:45:20 +0000 |
commit | 61575cdfa9a8da12515cbf974c6b56f24a9b9eb7 (patch) | |
tree | 2c8f42ff8c14b391b099c63ba59a931534aa4c57 /lang/ruby18_static | |
parent | e4831fc4be6571ed07280f5cf0722ba5ee7fd9dc (diff) | |
download | ports-61575cdfa9a8da12515cbf974c6b56f24a9b9eb7.tar.gz ports-61575cdfa9a8da12515cbf974c6b56f24a9b9eb7.zip |
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/Makefile | 2 |
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" |