diff options
author | agc <agc@pkgsrc.org> | 1998-08-25 11:06:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-25 11:06:52 +0000 |
commit | 747e0c290385884fc877c3233be7ed187bf52c42 (patch) | |
tree | c91e6a1956a25022adbf2ef2c2906667f1a481f2 /graphics/gimp | |
parent | a1c32b63f76dc1f7d6365816072e6c692f2745f2 (diff) | |
download | pkgsrc-747e0c290385884fc877c3233be7ed187bf52c42.tar.gz |
Make these packages depend on gtk10, the 1.0 version of the gtk package.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 4265b03dd85..9e948bafaf0 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1998/08/20 15:17:00 tsarna Exp $ +# $NetBSD: Makefile,v 1.24 1998/08/25 11:06:52 agc Exp $ DISTNAME= gimp-1.0.0 CATEGORIES= graphics @@ -11,7 +11,7 @@ MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= gtk+-1.0.4:../../x11/gtk +DEPENDS+= gtk+-1.0.4:../../x11/gtk10 DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png-1.0.2:../../graphics/png DEPENDS+= tiff-3.4:../../graphics/tiff |