diff options
author | tron <tron@pkgsrc.org> | 2000-12-28 15:46:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-28 15:46:26 +0000 |
commit | 5440c4b68e1aba4c9c746b6a6bda7435ace6f2fb (patch) | |
tree | aec4290eb3516a5be7926797a7d29ed1b4e4635f /graphics/gimp | |
parent | 5d55ac7f049423d3f206b3cd98dc89198d58dab7 (diff) | |
download | pkgsrc-5440c4b68e1aba4c9c746b6a6bda7435ace6f2fb.tar.gz |
Add missing depende on "gnome-libs" package.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index d84de7d86bc..2df2c4ad5ae 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2000/12/27 17:28:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.61 2000/12/28 15:46:26 tron Exp $ DISTNAME= gimp-1.2.0 CATEGORIES= graphics @@ -13,6 +13,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png>=1.0.6:../../graphics/png |