pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/rabbit
Module Name: pkgsrc
Committed By: tsutsui
Date: Fri Apr 7 21:22:45 UTC 2023
Modified Files:
pkgsrc/graphics/rabbit: Makefile
Log Message:
rabbit: fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/rabbit/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/rabbit/Makefile
diff -u pkgsrc/graphics/rabbit/Makefile:1.64 pkgsrc/graphics/rabbit/Makefile:1.65
--- pkgsrc/graphics/rabbit/Makefile:1.64 Mon Jan 9 07:52:26 2023
+++ pkgsrc/graphics/rabbit/Makefile Fri Apr 7 21:22:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2023/01/09 07:52:26 taca Exp $
+# $NetBSD: Makefile,v 1.65 2023/04/07 21:22:45 tsutsui Exp $
#
DISTNAME= rabbit-3.0.0
@@ -22,7 +22,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rttool-[0-9]
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-parser-gfm-[0-9]*:../../textproc/ruby-kramdown-parser-gfm
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
-DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday1
+DEPENDS+= ${RUBY_PKGPREFIX}-faraday1-[0-9]*:../../www/ruby-faraday1
DEPENDS+= ${RUBY_PKGPREFIX}-rouge-[0-9]*:../../www/ruby-rouge
USE_RUBY_SETUP= yes
Home |
Main Index |
Thread Index |
Old Index