diff options
Diffstat (limited to 'textproc/ruby-redcloth/Makefile')
-rw-r--r-- | textproc/ruby-redcloth/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile index 9ff7db85549..91e7b458cf6 100644 --- a/textproc/ruby-redcloth/Makefile +++ b/textproc/ruby-redcloth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/04/04 15:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/10/03 01:31:12 taca Exp $ -DISTNAME= RedCloth-3.0.4 +DISTNAME= RedCloth-4.0.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,5 +10,7 @@ COMMENT= Textile library for Ruby GEM_BUILD= gemspec +RUBY_HAS_ARCHLIB= YES + .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" |