diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 23:46:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 23:46:25 +0000 |
commit | 8068c3c58bb0749d4eb6a8b87011b187021e2db7 (patch) | |
tree | a6d66853246fddd591724d064d4fc1006d333ee1 /www/libgtkhtml/Makefile | |
parent | 4bcd02edbf59c5714ccb694ada0986e6f99eb093 (diff) |
Notes
Diffstat (limited to 'www/libgtkhtml/Makefile')
-rw-r--r-- | www/libgtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 29cc490b3661..95258cef4a28 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -6,13 +6,14 @@ # PORTNAME= libgtkhtml -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +COMMENT= Lightweight HTML rendering/printing/editing engine LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \ |