diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 16:16:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 16:16:48 +0800 |
commit | e563605bdbefa4357fd60b83b8745b67c6c1bdb0 (patch) | |
tree | ba1f182f0c2cfc0c172e425a2c75e499f25684b8 /www | |
parent | 0a332bf47529de7935fb1081a193b1b94fff1cd9 (diff) | |
download | marcuscom-ports-e563605bdbefa4357fd60b83b8745b67c6c1bdb0.tar.gz marcuscom-ports-e563605bdbefa4357fd60b83b8745b67c6c1bdb0.tar.zst marcuscom-ports-e563605bdbefa4357fd60b83b8745b67c6c1bdb0.zip |
When using the package name in RUN_ BUILD_DEPEND lines make sure we add a
version check.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15201 df743ca5-7f9a-e211-a948-0013205c9059
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 |