diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-05-25 12:50:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-05-25 12:50:00 +0000 |
commit | 04c19e3f66657e09d4271a1509de93955cb202ae (patch) | |
tree | a2e92bf6306b44e1346d70b2a6f8e1a107c186ca /graphics | |
parent | 03bfe1755eeda91c9b8399f7e1b57e7940d0fa67 (diff) | |
download | pkgsrc-04c19e3f66657e09d4271a1509de93955cb202ae.tar.gz |
Use graphics/ImageMagick6 to fix the build
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-RMagick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index e91d2285ee0..0ee1358f861 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -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 @@ USE_GCC_RUNTIME= yes .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" |