pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/circos Fix dependency pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59e9c7098e9b
branches:  trunk
changeset: 576371:59e9c7098e9b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 08 13:52:57 2010 +0000

description:
Fix dependency pattern.

diffstat:

 graphics/circos/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6434e1c78c0 -r 59e9c7098e9b graphics/circos/Makefile
--- a/graphics/circos/Makefile  Tue Jun 08 12:37:13 2010 +0000
+++ b/graphics/circos/Makefile  Tue Jun 08 13:52:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/09 19:48:23 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/08 13:52:57 wiz Exp $
 #
 
 DISTNAME=      circos-0.49
@@ -25,7 +25,7 @@
 DEPENDS+=      p5-Math-Round-[0-9]*:../../math/p5-Math-Round
 DEPENDS+=      p5-Math-VecStat-[0-9]*:../../math/p5-Math-VecStat
 DEPENDS+=      p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
-DEPENDS+=      p5-Set-IntSpan>=1.11*:../../devel/p5-Set-IntSpan
+DEPENDS+=      p5-Set-IntSpan>=1.11:../../devel/p5-Set-IntSpan
 
 PKG_SYSCONFSUBDIR=     ${PKGBASE}
 INSTALLATION_DIRS+=    bin share/${PKGBASE} ${FONTDIR} ${EGDIR}



Home | Main Index | Thread Index | Old Index