From cafaf59b1a14dd6c403ba0383c6b9211047cdd8c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 24 May 2018 14:07:23 +0000 Subject: [PATCH] mozjs17 -> spidermonkey52 --- x11/gtk+3/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/x11/gtk+3/Makefile b/x11/gtk+3/Makefile index f12e33062f5..b14b65dcb5d 100644 --- a/x11/gtk+3/Makefile +++ b/x11/gtk+3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.191 2018/04/22 13:28:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.192 2018/05/24 14:07:23 ajacoutot Exp $ # XXX add support for libcloudproviders? @@ -21,6 +21,8 @@ PKGNAME-cups= gtk+3-cups-${GNOME_VERSION} PKGNAME-cloudprint= gtk+3-cloudprint-${GNOME_VERSION} PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION} +REVISION-cups= 0 + CATEGORIES= x11 devel SHARED_LIBS += gdk-3 2200.3 # 2200.29 @@ -104,11 +106,13 @@ TEST_IS_INTERACTIVE= x11 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --disable-libcanberra -# sync with devel/mozjs17: colord -> polkit -> mozjs17 -# not for mips64* since devel/mozjs17 does not compile there (OOM) +# sync with devel/spidermonkey52: colord -> polkit -> spidermonkey52 +# not for mips64el since there seems to be no colord pkg for it +# mips64el mips64 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || \ ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "hppa" || \ - ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" + ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \ + ${MACHINE_ARCH} == "mips64" LIB_DEPENDS-cups += graphics/colord WANTLIB-cups += colordprivate colord lcms2 .else