diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-08 13:52:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-08 13:52:57 +0000 |
commit | 1b02f19cf95cd4eeabc1c4d25e3d44e4c523956f (patch) | |
tree | 4bdc43f109523888f3235e5f21c5a41b150569a6 /graphics | |
parent | df3f203e3864b54656d56881902a64a52efc3b44 (diff) | |
download | pkgsrc-1b02f19cf95cd4eeabc1c4d25e3d44e4c523956f.tar.gz |
Fix dependency pattern.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/circos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/circos/Makefile b/graphics/circos/Makefile index c2cdd612bb9..f1b42196ac0 100644 --- a/graphics/circos/Makefile +++ b/graphics/circos/Makefile @@ -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-Bezier-[0-9]*:../../math/p5-Math-Bezier 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} |