diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-31 07:11:54 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-10-31 07:11:54 +0000 |
commit | 53cb97f6a8d454eef4e36fdfe3efd87b12a8f0f7 (patch) | |
tree | 0b6217e769038769e932854ace33b5bda10def89 /www/epiphany | |
parent | a7ca82659a8cc3477a7071c88f020ac98ac8456d (diff) |
Notes
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8f1d5955da87..b2b4f23ac67e 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.38.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -19,7 +19,7 @@ BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libsoup-2.4.so:devel/libsoup \ - libgcr-3.so:security/gcr \ + libgcr-base-3.so:security/gcr \ libstartup-notification-1.so:x11/startup-notification \ libnss3.so:security/nss \ libjson-glib-1.0.so:devel/json-glib \ |