aboutsummaryrefslogtreecommitdiff
path: root/security/libfprint
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
commit6b1c2ea085bf1951e41257ab201fd078b375e85b (patch)
tree3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /security/libfprint
parent8f243da5eca39740bb1b2c4703ae92ce6d1b3104 (diff)
downloadports-6b1c2ea085bf1951e41257ab201fd078b375e85b.tar.gz
ports-6b1c2ea085bf1951e41257ab201fd078b375e85b.zip
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes
Notes: svn path=/head/; revision=372250
Diffstat (limited to 'security/libfprint')
-rw-r--r--security/libfprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 49420d93ecdf..d70d4e878712 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= lichray@gmail.com
COMMENT= Library for fingerprint reader devices
-LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libnss3.so:${PORTSDIR}/security/nss
GNU_CONFIGURE= yes