git: dc8bd44c1284 - main - graphics/evince: Enable PDF in meson
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 01:15:10 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc8bd44c128467d5b76d40478fa87da62d56d35d
commit dc8bd44c128467d5b76d40478fa87da62d56d35d
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-04-30 01:14:50 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-04-30 01:15:06 +0000
graphics/evince: Enable PDF in meson
---
graphics/evince/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 587f58f0f461..2eecddf87a51 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -2,7 +2,7 @@
PORTNAME= evince
DISTVERSION= 42.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
@@ -38,6 +38,7 @@ USE_LDCONFIG= yes
USE_XORG= ice
CPE_VENDOR= gnome
MESON_ARGS= -Dgtk_doc=false \
+ -Dpdf=enabled \
-Dps=enabled \
-Dsystemduserunitdir=no