Date: Tue, 26 Jul 2016 02:22:23 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419097 - head/graphics/vips Message-ID: <201607260222.u6Q2MNDi019443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607260222.u6Q2MNDi019443>