summaryrefslogtreecommitdiff
path: root/math/genius/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-11-10 18:20:05 +0000
committerwiz <wiz@pkgsrc.org>2009-11-10 18:20:05 +0000
commitfaac9a789a3076e9168fac5938b9c9ade826b692 (patch)
tree1ea2ba15b930becad7ebbc4c87e6c557de444941 /math/genius/Makefile
parent194a7baa87110860638deaa01bd32d342a6d7d04 (diff)
downloadpkgsrc-faac9a789a3076e9168fac5938b9c9ade826b692.tar.gz
Update to 1.0.8:
* Buildfixes for Cygwin and parallel builds (Yaakov) * Check events before executing a command line, fixes a race which results in display anomalies on new vte. * Documentation updates * Require GTK/GLib 2.12 and use the new tooltips API.
Diffstat (limited to 'math/genius/Makefile')
-rw-r--r--math/genius/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile
index a71cf09d907..6208c014da1 100644
--- a/math/genius/Makefile
+++ b/math/genius/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2009/09/03 13:15:19 asau Exp $
+# $NetBSD: Makefile,v 1.27 2009/11/10 18:20:05 wiz Exp $
#
-DISTNAME= genius-1.0.7
+DISTNAME= genius-1.0.8
CATEGORIES= math
MASTER_SITES= http://ftp.5z.com/pub/genius/
@@ -29,4 +29,6 @@ do-test:
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
+BUILDLINK_ABI_DEPENDS.gtk2+= gtk2+>=2.12.0
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"