diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-01 02:53:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-01 02:53:05 +0800 |
commit | c9bf0ca7b212f571028cbc55e1fa8ca455db49eb (patch) | |
tree | 1b301aa13ca90b23f1a340132db5e4c435664225 /www | |
parent | 8091cfe1f8ed44676312e381a07ce0c2cae3b69e (diff) | |
download | marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.gz marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.bz2 marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.lz marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.xz marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.zst marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.zip |
Chase the dbus shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5327 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 7bdf0dc9e..dbf963706 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.91 2005/11/27 23:15:55 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.92 2005/12/13 06:50:51 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 1.9.3.1 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.9 @@ -17,7 +18,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.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_BZIP2= yes |