aboutsummaryrefslogtreecommitdiff
path: root/graphics/engauge-digitizer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-07 05:22:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-07 05:22:23 +0000
commit7d4e94b0fad961dcb1a37c1c58709f14ac7385e9 (patch)
treed40f1472b101f02ebcec64ea1247678b37a275ab /graphics/engauge-digitizer
parent1f6b2c16375f74ce711d95aa6cad96271e8c7ef6 (diff)
downloadports-7d4e94b0fad961dcb1a37c1c58709f14ac7385e9.tar.gz
ports-7d4e94b0fad961dcb1a37c1c58709f14ac7385e9.zip
graphics/engauge-digitizer: Unbreak after the recent update of graphics/openjpeg
Reported by: fallout
Notes
Notes: svn path=/head/; revision=560680
Diffstat (limited to 'graphics/engauge-digitizer')
-rw-r--r--graphics/engauge-digitizer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile
index fd12e39d0ac5..95756109adff 100644
--- a/graphics/engauge-digitizer/Makefile
+++ b/graphics/engauge-digitizer/Makefile
@@ -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"