diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
commit | 7166660e0869e600de95f00511736db4bf628d2d (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /math/geg | |
parent | 0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff) | |
download | pkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 0965c7c0b93..2fb2944d127 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:42 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:43 wiz Exp $ # DISTNAME= geg-1.0.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.infolaunch.com/~daveb/ @@ -9,7 +10,7 @@ MAINTAINER= chris@infolaunch.com HOMEPAGE= http://www.infolaunch.com/~daveb/ COMMENT= Program for drawing 2D math functions within a nice GUI -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk GNU_CONFIGURE= yes |