summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-30 12:53:12 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-30 12:53:12 (GMT)
commit3aef682afa6426e44abaceb56e510af8dcf7bd94 (patch)
tree1338b42031bb93146a958a8825dc33bb06e80eed /abs
parent964f98b8bbfe3e053065ccc19cb0dba511e68607 (diff)
downloadlinhes_pkgbuild-3aef682afa6426e44abaceb56e510af8dcf7bd94.zip
linhes_pkgbuild-3aef682afa6426e44abaceb56e510af8dcf7bd94.tar.gz
linhes_pkgbuild-3aef682afa6426e44abaceb56e510af8dcf7bd94.tar.bz2
rrdtool: add ruby dep to resolve RRD.so dependency
Diffstat (limited to 'abs')
-rw-r--r--abs/extra-testing/rrdtool/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/rrdtool/PKGBUILD b/abs/extra-testing/rrdtool/PKGBUILD
index b2c42e3..6050e5c 100644
--- a/abs/extra-testing/rrdtool/PKGBUILD
+++ b/abs/extra-testing/rrdtool/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=rrdtool
pkgver=1.3.6
-pkgrel=1
+pkgrel=2
pkgdesc="Data logging and graphing application"
arch=('i686' 'x86_64')
url="http://www.rrdtool.org"
license=('GPL')
-depends=('libart-lgpl' 'libpng' 'freetype2' 'libxml2' 'pango')
-makedepends=('ruby' 'python' 'tcl')
+depends=('libart-lgpl' 'libpng' 'freetype2' 'libxml2' 'pango' 'ruby')
+makedepends=('python' 'tcl')
optdepends=('tcl, python and/or ruby: to use corresponding binding')
options=('!libtool' '!emptydirs')
source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)