git: 23746f91b756 - main - graphics/gdal: Fix EXR option
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 4 21:50:52 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23746f91b756086b6c7b798e9ae6531c8c9a4e3c
commit 23746f91b756086b6c7b798e9ae6531c8c9a4e3c
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-05-04 21:44:20 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 21:45:48 +0000
graphics/gdal: Fix EXR option
PR: 255592
---
graphics/gdal/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 4889d2d81ee1..df19060c8296 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -105,7 +105,7 @@ ECW_CONFIGURE_WITH= ecw
ECW_LIB_DEPENDS= libNCSEcw.so:graphics/libecwj2
EXPAT_CONFIGURE_WITH= expat
EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2
-EXR_CONFIGURE_ON= --with-exr
+EXR_CONFIGURE_WITH= exr
EXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr libImath.so:math/Imath
EXR_CFLAGS= -DInt64=uint64_t
FREEXL_CONFIGURE_WITH= freexl
More information about the dev-commits-ports-all
mailing list