diff options
Diffstat (limited to 'devel/ruby-textbuf/Makefile')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index b6946bb0917..04feffa3dbf 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/11/28 06:04:55 taca Exp $ +# $NetBSD: Makefile,v 1.7 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/devel/ruby-textbuf/Makefile,v 1.1 2001/01/19 06:16:46 knu Exp DISTNAME= textbuf-0.3.8 @@ -10,8 +10,9 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.loveruby.net/en/textbuf.html COMMENT= Gapped text buffer extension for Ruby -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_SETUP= yes +RUBY_HAS_ARCHLIB= yes +RUBY_VERSION= ${RUBY16_VERSION} +USE_RUBY_SETUP= yes DOCS= README.en README.ja |