pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-rexml Simplify depends to ruby-iconv pac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98199f486360
branches: trunk
changeset: 489402:98199f486360
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 20 16:19:12 2005 +0000
description:
Simplify depends to ruby-iconv package.
No functional change.
diffstat:
textproc/ruby-rexml/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r c9ca620ef546 -r 98199f486360 textproc/ruby-rexml/Makefile
--- a/textproc/ruby-rexml/Makefile Sun Feb 20 16:18:41 2005 +0000
+++ b/textproc/ruby-rexml/Makefile Sun Feb 20 16:19:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/01/30 04:51:10 taca Exp $
+# $NetBSD: Makefile,v 1.7 2005/02/20 16:19:12 taca Exp $
#
DISTNAME= rexml_${VERSION}
@@ -15,13 +15,11 @@
.include "../../lang/ruby/rubyversion.mk"
.if ${RUBY_VER} == "16"
-RUBY_ICONV_DIR= ../../converters/ruby${RUBY_VER}-iconv
+DEPENDS+= ${RUBY_PKGPREFIX}-iconv>=${RUBY_REQD}:../../converters/ruby${RUBY_VER}-iconv
.else
-RUBY_ICONV_DIR= ../../converters/ruby-iconv
+DEPENDS+= ${RUBY_PKGPREFIX}-iconv>=${RUBY_REQD}:../../converters/ruby-iconv
.endif
-DEPENDS+= {${RUBY_PKGPREFIX}-iconv-[0-9]*,${RUBY_PKGPREFIX}-uconv-[0-9]*}:${RUBY_ICONV_DIR}
-
VERSION= 3.1.2
USE_RUBY_INSTALL= yes
RUBY_SIMPLE_INSTALL= bin/install.rb
Home |
Main Index |
Thread Index |
Old Index