diff options
author | tron <tron@pkgsrc.org> | 1999-01-20 10:11:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-20 10:11:39 +0000 |
commit | 23ff9e70f3f9a9d6f97e1c5d11243d844e3f7f31 (patch) | |
tree | c92ef79d1b2f99fe4b8e4fd26936f7c0fd881cf5 /x11/gtkglarea/Makefile | |
parent | bc8231ba67bac87291acc10ed6573710d9aa0cc8 (diff) | |
download | pkgsrc-23ff9e70f3f9a9d6f97e1c5d11243d844e3f7f31.tar.gz |
Fix dependence for "gtk+" package.
Diffstat (limited to 'x11/gtkglarea/Makefile')
-rw-r--r-- | x11/gtkglarea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index a4b1d20559d..32dcb44da7b 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/20 01:55:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/20 10:11:39 tron Exp $ DISTNAME= gtkglarea-1.1 CATEGORIES= x11 graphics @@ -8,7 +8,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ DEPENDS+= Mesa-3.0:../../graphics/Mesa -DEPENDS+= gtk+-1.1.9:../../x11/gtk +DEPENDS+= gtk+-1.1.12:../../x11/gtk GNU_CONFIGURE= YES USE_X11= YES |