pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ruby-RMagick
Module Name: pkgsrc
Committed By: taca
Date: Fri Dec 9 01:34:39 UTC 2022
Modified Files:
pkgsrc/graphics/ruby-RMagick: Makefile
Log Message:
graphics/ruby-RMagick: fix build problem
This package require ruby-pkg-config, not pkg-config.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/graphics/ruby-RMagick/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ruby-RMagick/Makefile
diff -u pkgsrc/graphics/ruby-RMagick/Makefile:1.145 pkgsrc/graphics/ruby-RMagick/Makefile:1.146
--- pkgsrc/graphics/ruby-RMagick/Makefile:1.145 Wed Nov 30 14:33:33 2022
+++ pkgsrc/graphics/ruby-RMagick/Makefile Fri Dec 9 01:34:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2022/11/30 14:33:33 taca Exp $
+# $NetBSD: Makefile,v 1.146 2022/12/09 01:34:39 taca Exp $
DISTNAME= rmagick-5.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
@@ -9,10 +9,9 @@ HOMEPAGE= https://github.com/rmagick/rma
COMMENT= Ruby binding to ImageMagick
LICENSE= mit
-USE_TOOLS+= pkg-config
-
USE_GCC_RUNTIME= yes
+.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../lang/ruby/gem.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index