From 43d75b8050d38de77645ce01530bcdeb576f732d Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 30 Jan 2005 04:51:10 +0000 Subject: Fix broken DEPENDS line noted by PR pkg/29156, Thanks to OBATA Akio who submit the PR. --- textproc/ruby-rexml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/ruby-rexml') diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile index 152e704ba35..6040ee04df0 100644 --- a/textproc/ruby-rexml/Makefile +++ b/textproc/ruby-rexml/Makefile @@ -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${RUBY_VER}-iconv 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 -- cgit v1.2.3