git: 8d2df6d99ea2 - main - graphics/poppler-glib: Fix build with GNUPG=off set for master port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Apr 2025 08:46:14 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d2df6d99ea295bab78b4e1c46166cfbd04bbf14 commit 8d2df6d99ea295bab78b4e1c46166cfbd04bbf14 Author: Matt <fsbruva@yahoo.com> AuthorDate: 2025-04-24 08:34:14 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-04-24 08:45:47 +0000 graphics/poppler-glib: Fix build with GNUPG=off set for master port PR: 286268 --- graphics/poppler/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 8717cb70b3c4..12a976699b4f 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,5 +1,6 @@ PORTNAME= poppler DISTVERSION= 25.04.0 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -71,7 +72,8 @@ BUILD_WRKSRC= ${WRKSRC}/${_SLAVE_PORT} INSTALL_WRKSRC= ${WRKSRC}/${_SLAVE_PORT} CMAKE_ARGS+= -DENABLE_LIBOPENJPEG:STRING="none" \ - -DENABLE_LIBCURL:BOOL=FALSE + -DENABLE_LIBCURL:BOOL=FALSE \ + -DENABLE_GPGME:BOOL=FALSE . if ${_SLAVE_PORT} == glib USES+= gnome python:build