pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Use graphics/ImageMagick6 to fix the build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a67f470287ee
branches:  trunk
changeset: 347586:a67f470287ee
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 25 12:50:00 2016 +0000

description:
Use graphics/ImageMagick6 to fix the build

diffstat:

 devel/ruby-redmine/Makefile    |  4 ++--
 graphics/ruby-RMagick/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 5b9fca09b791 -r a67f470287ee devel/ruby-redmine/Makefile
--- a/devel/ruby-redmine/Makefile       Wed May 25 12:42:42 2016 +0000
+++ b/devel/ruby-redmine/Makefile       Wed May 25 12:50:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/04/11 19:01:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2016/05/25 12:50:32 ryoon Exp $
 
 DISTNAME=      redmine-3.1.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -221,7 +221,7 @@
 
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/ImageMagick6/buildlink3.mk"
 .include "../../lang/ruby/replace.mk"
 .include "../../lang/ruby/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff -r 5b9fca09b791 -r a67f470287ee graphics/ruby-RMagick/Makefile
--- a/graphics/ruby-RMagick/Makefile    Wed May 25 12:42:42 2016 +0000
+++ b/graphics/ruby-RMagick/Makefile    Wed May 25 12:50:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2016/03/05 11:28:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.102 2016/05/25 12:50:00 ryoon Exp $
 
 DISTNAME=      rmagick-2.15.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
@@ -16,7 +16,7 @@
 
 .include "../../lang/ruby/gem.mk"
 
-BUILDLINK_API_DEPENDS.ImageMagick+=    ImageMagick>=6.3.5.10
+BUILDLINK_API_DEPENDS.ImageMagick6+=   ImageMagick6>=6.3.5.10
 
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/ImageMagick6/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index