summaryrefslogtreecommitdiff
path: root/lang/openjdk8
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-17 01:17:18 +0000
committertnn <tnn@pkgsrc.org>2020-05-17 01:17:18 +0000
commit762567b3fb0fe4d907cea5c7326a37ef43b79e65 (patch)
tree0ca9460b826f4da682082c29fe31e5f06d1edd51 /lang/openjdk8
parent53441924d106c06c551e0bcd201b4edf0507dc93 (diff)
downloadpkgsrc-762567b3fb0fe4d907cea5c7326a37ef43b79e65.tar.gz
openjdk*: catch up with cups changes in CONFIGURE_ARGS
Diffstat (limited to 'lang/openjdk8')
-rw-r--r--lang/openjdk8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile
index 5628fd6c63f..7230fe6ff5f 100644
--- a/lang/openjdk8/Makefile
+++ b/lang/openjdk8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/05/17 01:07:03 tnn Exp $
+# $NetBSD: Makefile,v 1.100 2020/05/17 01:17:18 tnn Exp $
DISTNAME= openjdk-jdk8u-${GITHUB_TAG}
PKGNAME= openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --openjdk-target=${MACHINE_GNU_PLATFORM:Q}
CONFIGURE_ARGS+= --with-boot-jdk=${ALT_BOOTDIR}
CONFIGURE_ARGS+= --with-zlib=system
CONFIGURE_ARGS+= --with-giflib=bundled
-CONFIGURE_ARGS+= --with-cups-include=${BUILDLINK_PREFIX.cups-base}/include
+CONFIGURE_ARGS+= --with-cups-include=${BUILDLINK_PREFIX.libcups}/include
CONFIGURE_ARGS+= --with-freetype-lib=${BUILDLINK_PREFIX.freetype2}/lib
CONFIGURE_ARGS+= --with-freetype-include=${BUILDLINK_PREFIX.freetype2}/include
CONFIGURE_ARGS+= --disable-freetype-bundling