forked from Lainports/freebsd-ports
graphics/povray37: Fix build without JPEG
PR: 283768 Reported by: freebsd@koenigbj.8bx.de
This commit is contained in:
parent
44b172f757
commit
3753b09402
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= povray
|
PORTNAME= povray
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.7.0.10
|
DISTVERSION= 3.7.0.10
|
||||||
PORTREVISION= 18
|
PORTREVISION= 19
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMESUFFIX= 37
|
PKGNAMESUFFIX= 37
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ IO_DESC= Without I/O restrictions (security risk)
|
||||||
IO_CONFIGURE_ON= --disable-io-restrictions
|
IO_CONFIGURE_ON= --disable-io-restrictions
|
||||||
|
|
||||||
JPEG_USES= jpeg
|
JPEG_USES= jpeg
|
||||||
JPEG_CONFIGURE_OFF= --without-jpeg
|
JPEG_CONFIGURE_OFF= --without-libjpeg
|
||||||
|
|
||||||
OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \
|
OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \
|
||||||
libOpenEXR.so:graphics/openexr
|
libOpenEXR.so:graphics/openexr
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue