Date: Tue, 1 Jul 2014 19:02:21 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360085 - head/graphics/nip2 Message-ID: <201407011902.s61J2La5041819@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue Jul 1 19:02:21 2014 New Revision: 360085 URL: http://svnweb.freebsd.org/changeset/ports/360085 QAT: https://qat.redports.org/buildarchive/r360085/ Log: Insist on libvips.so.38 -- not just any libvips.so. nip2 is very particular about the version of libvips. Modified: head/graphics/nip2/Makefile Modified: head/graphics/nip2/Makefile ============================================================================== --- head/graphics/nip2/Makefile Tue Jul 1 18:59:49 2014 (r360084) +++ head/graphics/nip2/Makefile Tue Jul 1 19:02:21 2014 (r360085) @@ -10,7 +10,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Graphical user interface for VIPS OPTIONS_DEFINE= DOCS -LIB_DEPENDS= libvips.so:${PORTSDIR}/graphics/vips \ +LIB_DEPENDS= libvips.so.38:${PORTSDIR}/graphics/vips \ libgoffice-*.so:${PORTSDIR}/devel/goffice \ libgsl.so:${PORTSDIR}/math/gsl \ libgvc.so:${PORTSDIR}/graphics/graphviz \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011902.s61J2La5041819>