git: faae76a87fb9 - main - graphics/evince: pet stage-qa, declare hidden dependency on gdkpixbuf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 00:19:01 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=faae76a87fb96d68f04bf296b2b15883df0e17bb commit faae76a87fb96d68f04bf296b2b15883df0e17bb Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 00:18:25 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 00:18:25 +0000 graphics/evince: pet stage-qa, declare hidden dependency on gdkpixbuf2 --- graphics/evince/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index dc8b448d22a8..49225403d2e4 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,6 +1,6 @@ PORTNAME= evince DISTVERSION= 42.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -30,7 +30,7 @@ SLAVEPORT?= no USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer libarchive \ localbase:ldflags meson pkgconfig tar:xz xorg -USE_GNOME= cairo gtk30 +USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes USE_XORG= ice CPE_VENDOR= gnome