diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c879597001d5ea5ee3658d9d7cac668dd5ddc515 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /devel/ruby16-zlib | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'devel/ruby16-zlib')
-rw-r--r-- | devel/ruby16-zlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby16-zlib/Makefile b/devel/ruby16-zlib/Makefile index fe81a7647e5..9a6231658b3 100644 --- a/devel/ruby16-zlib/Makefile +++ b/devel/ruby16-zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/30 16:56:33 taca Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/archivers/ruby-zlib/Makefile,v 1.7 2000/09/26 22:01:12 knu Exp DISTNAME= ruby-zlib-${VERSION} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.blue.sky.or.jp/atelier/ COMMENT= Zlib library for Ruby 1.6.X VERSION= 0.6.0 +RUBY_HAS_ARCHLIB= yes RUBY_VERSION= ${RUBY16_VERSION} USE_RUBY_EXTCONF= yes |