mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/poppler-glib: Fix build with GNUPG=off set for master port
PR: 286268
This commit is contained in:
parent
8107e8e7cb
commit
8d2df6d99e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue