diff options
author | mi <mi@FreeBSD.org> | 2014-07-02 03:02:21 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2014-07-02 03:02:21 +0800 |
commit | 65a3d674081fb678e70fb7e35872a620bbccd9d2 (patch) | |
tree | efec44c5d225df0c6d281ee3a77f0410e5a8cc05 /graphics | |
parent | 283f021af33437ad98afc5b4a7ac2bc75d68cfc3 (diff) | |
download | freebsd-ports-gnome-65a3d674081fb678e70fb7e35872a620bbccd9d2.tar.gz freebsd-ports-gnome-65a3d674081fb678e70fb7e35872a620bbccd9d2.tar.zst freebsd-ports-gnome-65a3d674081fb678e70fb7e35872a620bbccd9d2.zip |
Insist on libvips.so.38 -- not just any libvips.so. nip2 is very
particular about the version of libvips.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index bb182ff3a485..b2df56642fb9 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -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 \ |