Date: Sun, 28 Oct 2018 16:50:32 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483318 - head/graphics/gimp-gmic-plugin Message-ID: <201810281650.w9SGoWKg064735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Oct 28 16:50:32 2018 New Revision: 483318 URL: https://svnweb.freebsd.org/changeset/ports/483318 Log: graphics/gimp-gmic-plugin: fix build Modified: head/graphics/gimp-gmic-plugin/Makefile Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sun Oct 28 16:46:58 2018 (r483317) +++ head/graphics/gimp-gmic-plugin/Makefile Sun Oct 28 16:50:32 2018 (r483318) @@ -18,7 +18,8 @@ LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsM libMagick++-6.so:graphics/ImageMagick \ libavcodec.so:multimedia/ffmpeg \ libfftw3.so:math/fftw3 \ - libgimp-2.0.so:graphics/gimp-app + libgimp-2.0.so:graphics/gimp-app \ + libcurl.so:ftp/curl OPTIONS_DEFINE= BASH EXAMPLES OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281650.w9SGoWKg064735>