summaryrefslogtreecommitdiffstats
path: root/www/epiphany3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-07 05:46:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-07 05:46:19 +0800
commitd05dcdc0817d5610a939a39df8f30b5a354c2ae0 (patch)
tree2f622a0fe8dce39118ad7c4cfba32c6daf8d9853 /www/epiphany3/Makefile
parent167f931b09057104bd6b482b438f3f16f8010ad4 (diff)
downloadmarcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar.gz
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar.bz2
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar.lz
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar.xz
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.tar.zst
marcuscom-ports-d05dcdc0817d5610a939a39df8f30b5a354c2ae0.zip
Add depend on startup-notification and gsettings-desktop-schemas.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15195 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany3/Makefile')
-rw-r--r--www/epiphany3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index 11088a3dc..047d89470 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany/Makefile,v 1.240 2010/10/10 19:16:00 marcus Exp $
+# $MCom: ports/www/epiphany3/Makefile,v 1.1 2011/02/03 11:15:30 kwm Exp $
#
PORTNAME= epiphany
@@ -17,14 +17,17 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT?= An extremely lightweight and simple web browser for GNOME 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
+ gsettings-desktop-schemas:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \
soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
+ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
notify.1:${PORTSDIR}/devel/libnotify \
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
+ gsettings-desktop-schemas:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes3
USE_LDCONFIG= yes