summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-26 11:44:00 +0000
committerwiz <wiz@pkgsrc.org>2016-05-26 11:44:00 +0000
commitdfc3e5acc01da90c174c2ef67aee432e2fda5bbf (patch)
tree811dc8512bd40fa90e0fdd7a3a42b91fe6a5734e
parentf16472007fda4ca53342b8d5a77a27a056996b0c (diff)
downloadpkgsrc-dfc3e5acc01da90c174c2ef67aee432e2fda5bbf.tar.gz
Switch to ImageMagick6 to fix build. Bump PKGREVISION.
-rw-r--r--security/libfprint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index eecf0bbd239..662dd5245af 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2016/03/05 11:29:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.35 2016/05/26 11:44:00 wiz Exp $
DISTNAME= libfprint-0.0.6
-PKGREVISION= 30
+PKGREVISION= 31
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
@@ -24,6 +24,6 @@ pre-configure:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/ImageMagick6/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"