From 084db4381dd874fff63fb07c21aafa1f8e092173 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 14 Dec 2015 15:50:31 +0100 Subject: [PATCH] golly: fix deps. --- srcpkgs/golly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/golly/template b/srcpkgs/golly/template index 27435f5628e..d2dc01eebb6 100644 --- a/srcpkgs/golly/template +++ b/srcpkgs/golly/template @@ -6,7 +6,7 @@ wrksrc="${pkgname}-${version}-src" build_style=gnu-configure configure_script="gui-wx/configure/configure" configure_args="--with-wx-config=wx-config-3.0" -makedepends="perl python-devel wxWidgets-devel" +makedepends="perl python-devel wxWidgets-devel zlib-devel" short_desc="Simulator for Conway's Game of Life and other cellular automata" maintainer="Christian Neukirchen " license="GPL-2"