From 32caf35ad45bf5217f4c582ff118be350a73feb0 Mon Sep 17 00:00:00 2001 From: zhuk Date: Sat, 17 Dec 2016 17:27:02 +0000 Subject: [PATCH] The graphics/openjpeg wasn't the LIB_DEPENDS of gimp, it came through the poppler. So zap the LIB_DEPENDS line and change openjpeg to openjp2 in WANTLIB. The "make lib-depends-check" agrees. --- graphics/gimp/stable/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/gimp/stable/Makefile b/graphics/gimp/stable/Makefile index 2c052c3ef6d..eb2301aff2b 100644 --- a/graphics/gimp/stable/Makefile +++ b/graphics/gimp/stable/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.111 2016/11/08 14:38:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.112 2016/12/17 17:27:02 zhuk Exp $ COMMENT= GNU Image Manipulation Program DISTNAME= gimp-2.8.18 -REVISION= 2 +REVISION= 3 SHARED_LIBS+= gimp-2.0 272.0 # 800.0 SHARED_LIBS+= gimpbase-2.0 272.0 # 800.0 @@ -43,7 +43,6 @@ LIB_DEPENDS= devel/libexecinfo \ print/ghostscript/gnu \ print/poppler \ graphics/gegl>=0.2 \ - graphics/openjpeg \ net/curl # GPLv2 @@ -57,7 +56,7 @@ WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gegl-0.2 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 graphite2 WANTLIB += gs gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn ijs jasper WANTLIB += jbig2dec jpeg lcms lcms2 lzma m mng ncurses nettle nghttp2 -WANTLIB += openjpeg p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre +WANTLIB += openjp2 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre WANTLIB += pixman-1 png poppler poppler-glib pthread pthread-stubs WANTLIB += rsvg-2 ssl tasn1 tiff wmf-0.2 wmflite-0.2 xcb xcb-render WANTLIB += xcb-shm xml2 z