diff options
Diffstat (limited to 'graphics/openjph/Makefile')
| -rw-r--r-- | graphics/openjph/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index 3ebdc71854b1..718dbf3ad2ea 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -1,5 +1,5 @@ PORTNAME= openjph -PORTVERSION= 0.26.3 +PORTVERSION= 0.27.2 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -13,10 +13,11 @@ LIB_DEPENDS= libtiff.so:graphics/tiff USES= cmake compiler:c++14-lang -CMAKE_OFF= OJPH_BUILD_STREAM_EXPAND \ +CMAKE_OFF= OJPH_BUILD_FUZZER \ OJPH_BUILD_TESTS CMAKE_ON= BUILD_SHARED_LIBS \ OJPH_BUILD_EXECUTABLES \ + OJPH_BUILD_STREAM_EXPAND \ OJPH_ENABLE_TIFF_SUPPORT USE_LDCONFIG= yes |
