diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:30:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:30:46 +0800 |
commit | eceb8382cd08f10b7d2656a39c2fc1a6f62f15fd (patch) | |
tree | e725d69b8cb8fd3800aa885b14fb700b07c4a449 /www | |
parent | f1d759172f412ae8fe722bdc1ef94495cd471264 (diff) | |
download | marcuscom-ports-eceb8382cd08f10b7d2656a39c2fc1a6f62f15fd.tar.gz marcuscom-ports-eceb8382cd08f10b7d2656a39c2fc1a6f62f15fd.tar.zst marcuscom-ports-eceb8382cd08f10b7d2656a39c2fc1a6f62f15fd.zip |
Add a missing dependency on gnome-keyring.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12640 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 dcbe91c2e..ddc1c9b81 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.203 2009/07/27 22:02:08 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.204 2009/08/10 22:04:47 kwm Exp $ # PORTNAME= epiphany @@ -19,7 +19,8 @@ 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-glib-1.2:${PORTSDIR}/devel/dbus-glib \ webkit-1.0.10:${PORTSDIR}/www/webkit-gtk2 \ - notify.1:${PORTSDIR}/devel/libnotify + notify.1:${PORTSDIR}/devel/libnotify \ + gnome-keyring.0:${PORTSDIR}/security/gnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes |