diff options
author | rh <rh> | 2001-08-11 19:26:36 +0000 |
---|---|---|
committer | rh <rh> | 2001-08-11 19:26:36 +0000 |
commit | ce098e6171e7b49fda2e0c5301b19d6a7c05c98d (patch) | |
tree | 89c25b3f8aea655ad7f65ea5972279f7d1978c6f /www/gtkhtml | |
parent | 8788b90ed7c2cac26ab49f7a726842c93964fcea (diff) | |
download | pkgsrc-ce098e6171e7b49fda2e0c5301b19d6a7c05c98d.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')
-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 |