svn commit: r419097 - head/graphics/vips

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Jul 26 02:22:24 UTC 2016


Author: danilo
Date: Tue Jul 26 02:22:23 2016
New Revision: 419097
URL: https://svnweb.freebsd.org/changeset/ports/419097

Log:
  - Add some dependencies explicitly to make QA happy

Modified:
  head/graphics/vips/Makefile

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Tue Jul 26 01:41:24 2016	(r419096)
+++ head/graphics/vips/Makefile	Tue Jul 26 02:22:23 2016	(r419097)
@@ -12,6 +12,7 @@ COMMENT=	Free image processing system
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libcfitsio.so:astro/cfitsio \
 		liborc-0.4.so:devel/orc \
 		libGraphicsMagick.so:graphics/GraphicsMagick \
@@ -23,12 +24,17 @@ LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 		libwebp.so:graphics/webp \
 		libfftw3.so:math/fftw3 \
 		libmatio.so:math/matio \
-		libgirepository-1.0.so:devel/gobject-introspection
-RUN_DEPENDS=	bash:shells/bash
+		libgirepository-1.0.so:devel/gobject-introspection \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libgif.so:graphics/giflib \
+		libpoppler-glib.so:graphics/poppler-glib \
+		libImath-2_2.so:graphics/ilmbase \
+		libhdf5.so:science/hdf5
 
 USES=		cpe gettext gmake jpeg libtool pathfix pkgconfig shebangfix
 SHEBANG_FILES=	tools/vips-${PORTVERSION:R} tools/vipsprofile
-USE_GNOME=	glib20 libgsf libxml2 pango
+USE_GNOME=	cairo gdkpixbuf2 glib20 libgsf librsvg2 libxml2 pango
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-x \
 		--without-openslide \


More information about the svn-ports-head mailing list