summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorsbd <sbd>2013-04-25 03:53:11 +0000
committersbd <sbd>2013-04-25 03:53:11 +0000
commit1cfdcf5701a7b828278f7870f21c23a46b6e9924 (patch)
treeea5c1a73688aaded25992d8c1175070ba7c61308 /graphics/ImageMagick
parent2ae582fa2edaeb155fce090d562e2bd495f5017d (diff)
downloadpkgsrc-1cfdcf5701a7b828278f7870f21c23a46b6e9924.tar.gz
For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/ImageMagick/buildlink3.mk4
-rw-r--r--graphics/ImageMagick/options.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index ef48e685db1..3ee599e844b 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.192 2013/03/16 22:40:25 dholland Exp $
+# $NetBSD: Makefile,v 1.193 2013/04/25 03:53:11 sbd Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
diff --git a/graphics/ImageMagick/buildlink3.mk b/graphics/ImageMagick/buildlink3.mk
index e68a50e7fbb..6c7ead6c8fe 100644
--- a/graphics/ImageMagick/buildlink3.mk
+++ b/graphics/ImageMagick/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.47 2013/03/16 22:40:25 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.48 2013/04/25 03:53:11 sbd Exp $
BUILDLINK_TREE+= ImageMagick
@@ -16,7 +16,7 @@ pkgbase := ImageMagick
.include "../../graphics/djvulibre-lib/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mghostscript)
-.include "../../print/ghostscript/ghostscript.buildlink3.mk"
+.include "../../print/ghostscript/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mjasper)
.include "../../graphics/jasper/buildlink3.mk"
diff --git a/graphics/ImageMagick/options.mk b/graphics/ImageMagick/options.mk
index 4cdb11951a3..36ad31410aa 100644
--- a/graphics/ImageMagick/options.mk
+++ b/graphics/ImageMagick/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2013/03/16 22:40:25 dholland Exp $
+# $NetBSD: options.mk,v 1.14 2013/04/25 03:53:11 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
PKG_SUPPORTED_OPTIONS= x11 jasper djvu ghostscript wmf
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-djvu
.endif
.if !empty(PKG_OPTIONS:Mghostscript)
-.include "../../print/ghostscript/ghostscript.buildlink3.mk"
+.include "../../print/ghostscript/buildlink3.mk"
CONFIGURE_ARGS+= --with-gslib
.else
CONFIGURE_ARGS+= --without-gslib