diff options
author | tron <tron@pkgsrc.org> | 2000-03-13 14:59:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-13 14:59:14 +0000 |
commit | c8677d49f0bec51b278e85f9424990d76b513834 (patch) | |
tree | 5f8d76b28aed1e55cacff5bd50889eca2038576e /graphics | |
parent | 29d0d088caf18703a2c0f95bc9ab2e63ccd3ebf2 (diff) | |
download | pkgsrc-c8677d49f0bec51b278e85f9424990d76b513834.tar.gz |
Depend on "gnome-libs" instead of "gtk+" package to make sure that
"helpbrowser" plugin gets built.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-current/Makefile b/graphics/gimp-current/Makefile index 7f841b46a64..a2dee8fc76f 100644 --- a/graphics/gimp-current/Makefile +++ b/graphics/gimp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/03/02 09:39:05 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/03/13 14:59:14 tron Exp $ DISTNAME= gimp-1.1.13 CATEGORIES= graphics @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gnome-libs>=1.0.55:../../x11/gnome-libs DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff |