graphics/poppler-glib: Fix build with GNUPG=off set for master port

PR:		286268
This commit is contained in:
Matt 2025-04-24 11:34:14 +03:00 committed by Gleb Popov
parent 8107e8e7cb
commit 8d2df6d99e

View file

@ -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