svn commit: r360085 - head/graphics/nip2

Mikhail Teterin mi at FreeBSD.org
Tue Jul 1 19:02:22 UTC 2014


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 at 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 \


More information about the svn-ports-all mailing list