# HG changeset patch # User Christophe Lincoln # Date 1305624719 -7200 # Node ID 9911fd0d3a4da67d93da5346097b6ceb0a69d41b # Parent cb08393c985d5c3b8e2881136720583a53b157d1 ruby-pkgconfig: fix bdeps diff -r cb08393c985d -r 9911fd0d3a4d ruby-pkgconfig/receipt --- a/ruby-pkgconfig/receipt Tue May 17 11:29:00 2011 +0200 +++ b/ruby-pkgconfig/receipt Tue May 17 11:31:59 2011 +0200 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="A pkg-config implementation in Ruby." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="ruby" SOURCE="pkg-config" TARBALL="$SOURCE-$VERSION.gem" WEB_SITE="http://github.com/rcairo/pkg-config" WGET_URL="http://gems.rubyforge.org/gems/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() {