diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile index c0392256e..a5e5d916d 100644 --- a/www/epiphany3/Makefile +++ b/www/epiphany3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany3/Makefile,v 1.2 2011/02/06 21:46:19 kwm Exp $ +# $MCom: ports/www/epiphany3/Makefile,v 1.3 2011/02/06 23:34:45 kwm Exp $ # PORTNAME= epiphany @@ -17,7 +17,7 @@ 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 \ + gsettings-desktop-schemas>=0:${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 \ @@ -27,7 +27,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ 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 \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes3 USE_LDCONFIG= yes |