diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 22:40:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 22:40:25 +0000 |
commit | 9a4a1a135a66d1e39a4a7a8601751cf14ec1202c (patch) | |
tree | 4e98f17dce114818a19cb86cc9f2484311d2f745 /graphics | |
parent | bd2daffb5214fb8af6fef5b2ac4c37e62d2b9803 (diff) | |
download | pkgsrc-9a4a1a135a66d1e39a4a7a8601751cf14ec1202c.tar.gz |
Update ghostscript depends
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 | ||||
-rw-r--r-- | graphics/ImageMagick/buildlink3.mk | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/options.mk | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 4df9b4d24e8..ef48e685db1 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.191 2013/03/05 16:50:25 adam Exp $ +# $NetBSD: Makefile,v 1.192 2013/03/16 22:40:25 dholland Exp $ .include "Makefile.common" PKGNAME= ImageMagick-${DISTVERSION} +PKGREVISION= 1 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 6c7e8bf6e43..e68a50e7fbb 100644 --- a/graphics/ImageMagick/buildlink3.mk +++ b/graphics/ImageMagick/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.46 2013/02/16 11:17:59 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.47 2013/03/16 22:40:25 dholland 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/buildlink3.mk" +.include "../../print/ghostscript/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 30bcd873103..4cdb11951a3 100644 --- a/graphics/ImageMagick/options.mk +++ b/graphics/ImageMagick/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2012/10/23 10:24:05 wiz Exp $ +# $NetBSD: options.mk,v 1.13 2013/03/16 22:40:25 dholland 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/buildlink3.mk" +.include "../../print/ghostscript/ghostscript.buildlink3.mk" CONFIGURE_ARGS+= --with-gslib .else CONFIGURE_ARGS+= --without-gslib |