summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
commit78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch)
tree4a2058e0835c130d6fde489d4cb10151290a7b0e /www/gtkhtml3
parentba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff)
downloadmarcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.bz2
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.lz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.xz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r--www/gtkhtml3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index 41cb707a6..42c08281a 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/gtkhtml3/Makefile,v 1.117 2007/12/22 20:06:47 kwm Exp $
+# $MCom: ports/www/gtkhtml3/Makefile,v 1.118 2008/01/14 16:47:50 kwm Exp $
#
PORTNAME= gtkhtml3
PORTVERSION= 3.17.5
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,7 +18,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight HTML rendering/printing/editing engine
-LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22
USE_GETTEXT= yes
USE_BZIP2= yes