diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-07 17:55:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-07 17:55:22 +0800 |
commit | 1aec21de04c4f9591e65750ddb9a543fc3014459 (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /graphics/inkscape | |
parent | 316e5aee084327bc50359056231c7227fcd175e3 (diff) | |
download | freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.gz freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.zst freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.zip |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 5fa4a4cb6087..759480b2c5bc 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ liblcms.so:${PORTSDIR}/graphics/lcms \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ libpng15.so:${PORTSDIR}/graphics/png \ - libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick + libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL USE_GNOME= gtkmm24 intlhack libxslt |