pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rexml Fix broken DEPENDS line noted by P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdfa82ea0a6b
branches:  trunk
changeset: 488397:fdfa82ea0a6b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 30 04:51:10 2005 +0000

description:
Fix broken DEPENDS line noted by PR pkg/29156, Thanks to OBATA Akio who
submit the PR.

diffstat:

 textproc/ruby-rexml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28a86baa2c58 -r fdfa82ea0a6b textproc/ruby-rexml/Makefile
--- a/textproc/ruby-rexml/Makefile      Sun Jan 30 04:42:50 2005 +0000
+++ b/textproc/ruby-rexml/Makefile      Sun Jan 30 04:51:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/12/05 15:21:06 taca Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/30 04:51:10 taca Exp $
 #
 
 DISTNAME=      rexml_${VERSION}
@@ -20,7 +20,7 @@
 RUBY_ICONV_DIR=        ../../converters/ruby-iconv
 .endif
 
-DEPENDS+= ${RUBY_PKGPREFIX}-iconv,${RUBY_PKGPREFIX}-uconv}:${RUBY_ICONV_DIR}
+DEPENDS+= {${RUBY_PKGPREFIX}-iconv-[0-9]*,${RUBY_PKGPREFIX}-uconv-[0-9]*}:${RUBY_ICONV_DIR}
 
 VERSION=               3.1.2
 USE_RUBY_INSTALL=      yes



Home | Main Index | Thread Index | Old Index