git: d6c82b0ba90d - main - www/epiphany: pet stage-qa, declare hidden dependency on gdkpixbuf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 00:17:10 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d6c82b0ba90dd36aa56ce9cc8e9beeb667e14ac7
commit d6c82b0ba90dd36aa56ce9cc8e9beeb667e14ac7
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 00:16:12 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 00:16:12 +0000
www/epiphany: pet stage-qa, declare hidden dependency on gdkpixbuf2
---
www/epiphany/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5fafde917c9a..263d4001a047 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -1,5 +1,6 @@
PORTNAME= epiphany
PORTVERSION= 42.4
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -39,7 +40,7 @@ USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \
shebangfix sqlite tar:xz xorg
CPE_VENDOR= gnome
-USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt
+USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 intlhack libwnck3 libxml2 libxslt
USE_XORG= x11
USE_LDCONFIG= yes
MESON_ARGS= -Db_lundef=false \