diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-09 00:58:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-09 00:58:51 +0000 |
commit | 16cf07b8ed48bf186fe3474947231a3836122a1b (patch) | |
tree | 6a2bf8dc2d694a67b2e00a8e92e56c081bf208ed /textproc | |
parent | 9348e2f5bc7267670f46294adc39217a78d698fa (diff) | |
download | pkgsrc-16cf07b8ed48bf186fe3474947231a3836122a1b.tar.gz |
This package needs the recent version of rake. Bump PKGREVISION due to
the dependency change.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-hpricot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile index 60c14f4ee9f..4dc44490311 100644 --- a/textproc/ruby-hpricot/Makefile +++ b/textproc/ruby-hpricot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 01:34:44 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/09 00:58:51 minskim Exp $ DISTNAME= hpricot-0.5.140 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://code.whytheluckystiff.net/dist/ EXTRACT_SUFX= .tgz @@ -11,7 +12,7 @@ HOMEPAGE= http://code.whytheluckystiff.net/hpricot/ COMMENT= Fast, enjoyable HTML parser for Ruby BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel -BUILD_DEPENDS+= rake>=0.7:../../devel/rake +BUILD_DEPENDS+= rake>=0.7.3:../../devel/rake RUBY_HAS_ARCHLIB= yes |