svn commit: r560680 - head/graphics/engauge-digitizer

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 7 05:22:24 UTC 2021


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 at 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"
 


More information about the svn-ports-all mailing list