svn commit: r483318 - head/graphics/gimp-gmic-plugin

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Oct 28 16:50:33 UTC 2018


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


More information about the svn-ports-head mailing list