diff options
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r-- | lang/ruby16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 627f276d9531..08a7f99de837 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -38,6 +38,9 @@ ONLY_FOR_ARCHS= i386 # There are some problems on alpha and sparc64; use 1.8 or later. ONLY_FOR_ARCHS+= alpha sparc64 +# For port testing: should install in PREFIX, not in LOCALBASE +_RUBY_PORT_TEST= yes + USE_BZIP2= yes RUBY_VER= 1.6 |