Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 05:22:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560680 - head/graphics/engauge-digitizer
Message-ID:  <202101070522.1075MNRm060021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jan  7 05:22:23 2021
New Revision: 560680
URL: https://svnweb.freebsd.org/changeset/ports/560680

Log:
  graphics/engauge-digitizer: Unbreak after the recent update of graphics/openjpeg
  
  Reported by:	fallout

Modified:
  head/graphics/engauge-digitizer/Makefile

Modified: head/graphics/engauge-digitizer/Makefile
==============================================================================
--- head/graphics/engauge-digitizer/Makefile	Thu Jan  7 05:01:00 2021	(r560679)
+++ head/graphics/engauge-digitizer/Makefile	Thu Jan  7 05:22:23 2021	(r560680)
@@ -3,7 +3,7 @@
 PORTNAME=	engauge-digitizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12.2.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics math science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,7 +22,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	markummitchell
 USE_QT=		core gui printsupport sql xml widgets buildtools_build
 USE_GL=		gl
-CONFIGURE_ENV=	OPENJPEG_INCLUDE=${PREFIX}/include/openjpeg-2.3 OPENJPEG_LIB=${PREFIX}/lib \
+CONFIGURE_ENV=	OPENJPEG_INCLUDE=${PREFIX}/include/openjpeg-2.4 OPENJPEG_LIB=${PREFIX}/lib \
 		POPPLER_INCLUDE=${PREFIX}/include/poppler/qt5 POPPLER_LIB=${PREFIX}/lib
 QMAKE_ARGS=	"CONFIG+=jpeg2000 pdf"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101070522.1075MNRm060021>