diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-28 07:04:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-28 07:04:34 +0000 |
commit | 22ad0221256067542c9599ac6d5b03b12121f09c (patch) | |
tree | b84002ba6ab4a15e40059a110e57f19d2669ffe9 /devel/ruby-nodedump | |
parent | 8edf306ebbfd7e45bb0b265ba587005a095f92c6 (diff) | |
download | ports-22ad0221256067542c9599ac6d5b03b12121f09c.tar.gz ports-22ad0221256067542c9599ac6d5b03b12121f09c.zip |
Notes
Diffstat (limited to 'devel/ruby-nodedump')
-rw-r--r-- | devel/ruby-nodedump/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/ruby-nodedump/Makefile b/devel/ruby-nodedump/Makefile index b785cbb78e8e..4f8fbe870eed 100644 --- a/devel/ruby-nodedump/Makefile +++ b/devel/ruby-nodedump/Makefile @@ -22,10 +22,13 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +RUBY_REQUIRE= Ruby < 170 + .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if !defined(RUBY_PROVIDED) +IGNORE= only works with Ruby 1.6 +RUBY_VER= 1.6 # This gets in effect when NO_IGNORE is defined .endif post-install: |