diff options
author | taca <taca> | 2011-08-12 16:11:33 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-12 16:11:33 +0000 |
commit | a515b5f8744888db226ae2ebe177f80b1f2b31d8 (patch) | |
tree | d4ee0fbfe5351c1748855a69929b5ced873e6dd9 | |
parent | c5a96caf1df4f7f817417b5b7b226fa5238e41ac (diff) | |
download | pkgsrc-a515b5f8744888db226ae2ebe177f80b1f2b31d8.tar.gz |
Current version of this package dosen't have any dependency to
other packages.
Bump PKGREVISION.
-rw-r--r-- | devel/ruby-extlib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-extlib/Makefile b/devel/ruby-extlib/Makefile index 819b0b69359..e1eab360182 100644 --- a/devel/ruby-extlib/Makefile +++ b/devel/ruby-extlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 06:53:54 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/12 16:11:33 taca Exp $ DISTNAME= extlib-0.9.15 +PKGREVISION= 1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +9,5 @@ HOMEPAGE= http://github.com/datamapper/extlib COMMENT= Support library for DataMapper and Merb LICENSE= mit -BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.4:../../textproc/ruby-json-pure -BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.3:../../devel/ruby-rspec - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |