summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorsbd <sbd>2013-04-25 03:53:11 +0000
committersbd <sbd>2013-04-25 03:53:11 +0000
commit43d07de96a24f415715c0b7a5f0bbf1556442350 (patch)
treeea5c1a73688aaded25992d8c1175070ba7c61308 /graphics/GraphicsMagick
parent9c6fbca187ad4b91a9e11b1ec04cf5726311edb4 (diff)
downloadpkgsrc-43d07de96a24f415715c0b7a5f0bbf1556442350.tar.gz
For all packages include ghostscript.buildlink3.mk:
s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile4
-rw-r--r--graphics/GraphicsMagick/buildlink3.mk4
-rwxr-xr-xgraphics/GraphicsMagick/options.mk4
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 210554551a1..f37a968c8fd 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2013/04/24 10:06:48 sbd Exp $
+# $NetBSD: Makefile,v 1.60 2013/04/25 03:53:11 sbd Exp $
.include "Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.graphicsmagick.org/
COMMENT= X application for displaying and manipulating images
diff --git a/graphics/GraphicsMagick/buildlink3.mk b/graphics/GraphicsMagick/buildlink3.mk
index d514612c1be..27be7242b38 100644
--- a/graphics/GraphicsMagick/buildlink3.mk
+++ b/graphics/GraphicsMagick/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.30 2013/03/16 22:39:20 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.31 2013/04/25 03:53:11 sbd Exp $
BUILDLINK_TREE+= GraphicsMagick
@@ -13,7 +13,7 @@ pkgbase := GraphicsMagick
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mghostscript)
-.include "../../print/ghostscript/ghostscript.buildlink3.mk"
+.include "../../print/ghostscript/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.GraphicsMagick:Mx11)
.include "../../x11/libSM/buildlink3.mk"
diff --git a/graphics/GraphicsMagick/options.mk b/graphics/GraphicsMagick/options.mk
index 1a79490a848..2a79a016e9c 100755
--- a/graphics/GraphicsMagick/options.mk
+++ b/graphics/GraphicsMagick/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2013/03/16 22:39:20 dholland Exp $
+# $NetBSD: options.mk,v 1.6 2013/04/25 03:53:11 sbd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.GraphicsMagick
PKG_SUPPORTED_OPTIONS= bzip2 lzma x11 jasper ghostscript wmf
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-jp2
.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