diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-02-18 09:06:37 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-02-18 09:06:37 +0000 |
commit | 934b7cf7bf0c6cc0c3a2ad01d32ed4ef962f1a90 (patch) | |
tree | 3fa9739f3bbe18f868b44090bf5ac1c7ded5b7cc | |
parent | dc11e63efe515ef54ecc12a8dd8c7cb678c8101b (diff) |
x11-toolkits/fox17: use openjpeg15 includes in Right Way (tm)
Sponsored by: Netzkommune GmbH
-rw-r--r-- | x11-toolkits/fox17/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 02bc90e73177..a2a75851d55d 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ PORTNAME= fox PORTVERSION= 1.7.77 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ @@ -51,6 +51,7 @@ DEBUG_CXXFLAGS_OFF= -DNDEBUG JPEG_USES= jpeg JPEG_CONFIGURE_ENABLE= jpeg +OPENJPEG_CFLAGS= -I${LOCALBASE}/include/openjpeg-1.5 OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= jp2 |