summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2016-07-10 07:45:58 +0000
committerspz <spz@pkgsrc.org>2016-07-10 07:45:58 +0000
commitce46caf518127b156d7e4c0ce5229235550959f1 (patch)
tree4e9aa6bf141e382c3fabb6c6b0f6fd0bc56a3c2e
parentdb51e19f9c7783cfd4c9332772f39d3cf1d5a284 (diff)
downloadpkgsrc-ce46caf518127b156d7e4c0ce5229235550959f1.tar.gz
Pullup ticket #5054 - requested by wiz
misc/calibre1: build fix Revisions pulled up: - misc/calibre1/Makefile 1.17 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Sat Jul 2 08:51:40 UTC 2016 Modified Files: pkgsrc/misc/calibre1: Makefile Log Message: Switch to ImageMagick6 to make this build again. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/calibre1/Makefile
-rw-r--r--misc/calibre1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile
index 3271b7c25d4..443aea89a56 100644
--- a/misc/calibre1/Makefile
+++ b/misc/calibre1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/05/22 18:20:47 wiz Exp $
+# $NetBSD: Makefile,v 1.15.2.1 2016/07/10 07:45:58 spz Exp $
DISTNAME= calibre-1.48.0
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
EXTRACT_SUFX= .tar.xz
@@ -125,8 +125,8 @@ post-install:
BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
.include "../../devel/libusb/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.5.9
-.include "../../graphics/ImageMagick/buildlink3.mk"
+BUILDLINK_API_DEPENDS.ImageMagick6+= ImageMagick6>=6.5.9
+.include "../../graphics/ImageMagick6/buildlink3.mk"
BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
.include "../../graphics/py-imaging/buildlink3.mk"
BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8