diff options
author | hubertf <hubertf> | 2001-04-12 19:45:00 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-04-12 19:45:00 +0000 |
commit | 7100c74c52082a0580481fefab3c0fcfab54758e (patch) | |
tree | 1da052bf562b9ddc5c8a3b7a562c5817719d6c16 /www | |
parent | 769832f96d18ccfdc370f29e67b6fe4f99d11802 (diff) | |
download | pkgsrc-7100c74c52082a0580481fefab3c0fcfab54758e.tar.gz |
This pkg really screams for libghttp - make it depend on it.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index b96d0128352..87f4534a724 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/06 22:21:09 rh Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/12 19:45:00 hubertf Exp $ # DISTNAME= gtkhtml-0.8.3 @@ -14,6 +14,7 @@ DEPENDS+= glibwww-*:../../www/glibwww DEPENDS+= bonobo>=0.37:../../devel/bonobo DEPENDS+= control-center>=1.4.0:../../x11/controlcenter DEPENDS+= gnome-print>=0.28:../../print/gnome-print +DEPENDS+= libghttp>=1.0:../../www/libghttp GNU_CONFIGURE= YES USE_X11BASE= YES |