diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/gtkhtml/Makefile | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/gtkhtml/Makefile')
-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 cc7e8ea3af5..fd86ffd2242 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/31 14:04:43 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:05 wiz Exp $ # DISTNAME= gtkhtml-0.8 @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ +COMMENT= lightweight HTML rendering/printing/editing engine DEPENDS+= gal>=0.4.1:../../devel/gal DEPENDS+= glibwww-*:../../www/glibwww |