mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-willow: Enable HEIF option after b280ef6a26
and 2e5b12893e
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
2b7bfef70f
commit
78d345a8d0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= willow
|
PORTNAME= willow
|
||||||
PORTVERSION= 1.9.0
|
PORTVERSION= 1.9.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -25,7 +25,7 @@ NO_ARCH= yes
|
||||||
OPTIONS_DEFINE= HEIF
|
OPTIONS_DEFINE= HEIF
|
||||||
OPTIONS_MULTI= BACKEND
|
OPTIONS_MULTI= BACKEND
|
||||||
OPTIONS_MULTI_BACKEND= PILLOW WAND OPENCV
|
OPTIONS_MULTI_BACKEND= PILLOW WAND OPENCV
|
||||||
OPTIONS_DEFAULT=PILLOW
|
OPTIONS_DEFAULT=HEIF PILLOW
|
||||||
HEIF_DESC= HEIF support
|
HEIF_DESC= HEIF support
|
||||||
OPENCV_DESC= Use OpenCV as backend
|
OPENCV_DESC= Use OpenCV as backend
|
||||||
PILLOW_DESC= Use Pillow as backend
|
PILLOW_DESC= Use Pillow as backend
|
||||||
|
|
Loading…
Add table
Reference in a new issue