diff options
author | rh <rh@pkgsrc.org> | 2003-01-13 23:49:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-13 23:49:44 +0000 |
commit | a5ffba4680044ce74c963724b34090ff04f40b84 (patch) | |
tree | 7cac1f1bc883e2bec4aff3ae33049c18be08a0ad /www/gtkhtml | |
parent | 87370353341d7955049af1ce2c1c97bec4413190 (diff) | |
download | pkgsrc-a5ffba4680044ce74c963724b34090ff04f40b84.tar.gz |
Add missing soup dependency.
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 4d608052194..9457261d22d 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/01/09 10:51:04 rh Exp $ +# $NetBSD: Makefile,v 1.25 2003/01/13 23:49:44 rh Exp $ DISTNAME= gtkhtml-1.1.7 +PKGREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/1.1/} EXTRACT_SUFX= .tar.bz2 @@ -19,6 +20,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/bonobo/buildlink2.mk" .include "../../devel/gal/buildlink2.mk" +.include "../../net/soup/buildlink2.mk" .include "../../print/gnome-print/buildlink2.mk" .include "../../www/glibwww/buildlink2.mk" .include "../../www/libghttp/buildlink2.mk" |