diff options
author | rh <rh@pkgsrc.org> | 2001-08-11 19:26:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-11 19:26:36 +0000 |
commit | 2dd11fd80355540427e7a2a1455f00b9290e5093 (patch) | |
tree | 89c25b3f8aea655ad7f65ea5972279f7d1978c6f /www/gtkhtml/Makefile | |
parent | 56067be400e4cffc030656ba7a1f0a98fe33e19e (diff) | |
download | pkgsrc-2dd11fd80355540427e7a2a1455f00b9290e5093.tar.gz |
depend on control-center<1.5.0 to prevent circular dependencies
with future control-center versions that no longer contain libcapplet.
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index b5e7e80e019..8f655456601 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/11 18:35:44 rh Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/11 19:26:36 rh Exp $ # DISTNAME= gtkhtml-0.11.1 @@ -12,7 +12,7 @@ COMMENT= lightweight HTML rendering/printing/editing engine DEPENDS+= gal>=0.5nb1:../../devel/gal DEPENDS+= glibwww-*:../../www/glibwww DEPENDS+= bonobo>=0.37:../../devel/bonobo -DEPENDS+= {control-center,libcapplet}>=1.4.0:../../x11/controlcenter +DEPENDS+= {control-center<1.5.0,libcapplet-*}:../../x11/controlcenter DEPENDS+= gnome-print>=0.28:../../print/gnome-print DEPENDS+= libghttp>=1.0:../../www/libghttp |