From 6768c115af3c5f0772bcf7b02f34a88a880876c0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2012 02:49:40 -0800 Subject: Wed Dec 12 02:43:53 PST 2012 --- extra/graphviz/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extra/graphviz') diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 066b71862..b4f6cbf32 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 160483 2012-06-02 10:26:16Z bluewind $ +# $Id: PKGBUILD 173173 2012-12-12 00:31:48Z eric $ # Maintainer: Gaetan Bisson # Contributor: kevin # Contributor: John Proctor pkgname=graphviz pkgver=2.28.0 -pkgrel=10 +pkgrel=11 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') arch=('i686' 'x86_64') depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') -makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt') +makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt') optdepends=('mono: sharp bindings' 'guile: guile bindings' - 'lua: lua bindings' + 'lua51: lua bindings' 'ocaml: ocaml bindings' 'perl: perl bindings' 'php: php bindings' @@ -41,8 +41,10 @@ build() { sed '/LIBPOSTFIX="64"/d' -i configure export PYTHON=python2 + export LUA=lua5.1 ./configure --prefix=/usr + make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky make } -- cgit v1.2.3-54-g00ecf