diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-05-04 22:26:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-05-04 22:26:56 +0000 |
commit | d57f6a9e5c1db712d2db96028b0f3eef930c37fc (patch) | |
tree | 7ccf37bf9c16348174dd141717d28f6290f20b65 /graphics | |
parent | 9bf8aa7ab150fa120f6f3d7faaec2b019b8b5611 (diff) | |
download | pkgsrc-d57f6a9e5c1db712d2db96028b0f3eef930c37fc.tar.gz |
Remove a bunch of outdated XXX comments (not sure how I missed them before).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/circos/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/circos/Makefile b/graphics/circos/Makefile index 26f559d083d..18ed7366c95 100644 --- a/graphics/circos/Makefile +++ b/graphics/circos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/21 17:51:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/04 22:26:56 schmonz Exp $ # DISTNAME= circos-0.49 @@ -19,8 +19,8 @@ DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD DEPENDS+= p5-Math-Bezier-[0-9]*:../../math/p5-Math-Bezier -DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round # XXX commit -DEPENDS+= p5-Math-VecStat-[0-9]*:../../math/p5-Math-VecStat # XXX +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 @@ -63,7 +63,5 @@ do-install: ${INSTALL_DATA} $${f} ${PREFIX}/${EGDIR}; \ done; \ pax -rw -pp data fonts images svg tutorials ${PREFIX}/share/circos - # XXX install recursively data,images,svg,tutorials to share/circos - # XXX then see if stuff works, find more paths to fix .include "../../mk/bsd.pkg.mk" |