graphics/gegl: Spell POPPLER_MESON_ENABLED correctly
There is no MESON_WITH options helper. - While here remove EXTRA_PATCHES since cpu-detection.patch has been deleted and seems to be part of gegl 0.4.22 already. This unbreaks the build in Poudriere too. Reported by: portscan
This commit is contained in:
parent
f7543d774e
commit
049f9d47f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527153
1 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@ LICENSE_COMB= multi
|
|||
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
EXTRA_PATCHES= ${PATCHDIR}/cpu-detection.patch:-p1
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libbabl-0.1.so:x11/babl \
|
||||
libjson-glib-1.0.so:devel/json-glib \
|
||||
|
@ -62,7 +60,7 @@ PANGO_USE= GNOME=pango
|
|||
PANGO_MESON_ENABLED= pango
|
||||
|
||||
POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
||||
POPPLER_MESON_WITH= poppler
|
||||
POPPLER_MESON_ENABLED= poppler
|
||||
|
||||
ENSCRIPT_DESC= Enscript support
|
||||
ENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4
|
||||
|
|
Loading…
Reference in a new issue