diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-20 09:14:10 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-20 09:14:10 +0800 |
commit | dc441c444928be7ab7e6c16b5e32599bcd10caaa (patch) | |
tree | bd8d1a0d3f4dd7a332716b368407442d0a5bfe7d /www/webkit-gtk2 | |
parent | 81a72265bc5b71a8962e6ff354d8a3247da4f59b (diff) | |
download | marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar.gz marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar.bz2 marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar.lz marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar.xz marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.tar.zst marcuscom-ports-dc441c444928be7ab7e6c16b5e32599bcd10caaa.zip |
Remove devel/gir-repository-libsoup from BUILD_DEPENDS and RUN_DEPENDS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14612 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r-- | www/webkit-gtk2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 119a52a90..75147b9b8 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.29 2010/09/10 13:04:34 kwm Exp $ -# $MCom: ports-stable/www/webkit-gtk2/Makefile,v 1.1 2010/07/14 13:43:27 kwm Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.67 2010/09/19 14:19:34 kwm Exp $ # PORTNAME= webkit PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/ PKGNAMESUFFIX= -gtk2 @@ -17,13 +17,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An opensource browser engine BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup + g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ curl.6:${PORTSDIR}/ftp/curl \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Soup-2.4.gir:${PORTSDIR}/devel/gir-repository-libsoup USE_GETTEXT= yes WANT_GSTREAMER= yes |