diff options
author | johans <johans@FreeBSD.org> | 2014-06-24 19:06:06 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-06-24 19:06:06 +0800 |
commit | fd3a6e473641901daac311ec173a09a6f71519a4 (patch) | |
tree | defafad5d0c1e9d20bf234b62f4eea3cd7b23b75 /graphics | |
parent | 8b63f2f301318834da4e260d218fff2e324d7dac (diff) | |
download | freebsd-ports-gnome-fd3a6e473641901daac311ec173a09a6f71519a4.tar.gz freebsd-ports-gnome-fd3a6e473641901daac311ec173a09a6f71519a4.tar.zst freebsd-ports-gnome-fd3a6e473641901daac311ec173a09a6f71519a4.zip |
Chase ImageMagick library renaming: correct build dependency
Submitted by: Yuri <yuri@rawbw.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libdmtx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index 4cac9dc2b058..4bc1b536eb63 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes -LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick USES= tar:bzip2 libtool GNU_CONFIGURE= yes |