diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 01:10:08 +0800 |
commit | 8d3c62afa842e419e7c21d88bfc66fd664586226 (patch) | |
tree | 44853c5a8b7444bca5f58c9ab30266cab730517e /www | |
parent | 4024d53a5faa313087447f08ce4e6f4132340aed (diff) | |
download | marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.gz marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.tar.zst marcuscom-ports-8d3c62afa842e419e7c21d88bfc66fd664586226.zip |
Update dbus to 0.93, add dbus-glib at 0.71, update py-dbus to 0.71, and chase
all dbus dependencies.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 30aed2738..de84f16f0 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.124 2006/09/03 20:42:39 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.125 2006/10/03 12:21:51 ahze Exp $ # PORTNAME= epiphany PORTVERSION= 2.16.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An extremely lightweight and simple web browser for GNOME 2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_LDCONFIG= yes |