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