diff options
author | tron <tron> | 1999-01-20 10:11:39 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-20 10:11:39 +0000 |
commit | a78be6c62030bcf343f5a29e9df41756cf9bdbe1 (patch) | |
tree | c92ef79d1b2f99fe4b8e4fd26936f7c0fd881cf5 /x11 | |
parent | 52918bfce72ba46320695b5179a6fffc8b57f22d (diff) | |
download | pkgsrc-a78be6c62030bcf343f5a29e9df41756cf9bdbe1.tar.gz |
Fix dependence for "gtk+" package.
Diffstat (limited to 'x11')
-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 |