summaryrefslogtreecommitdiff
path: root/graphics/circos
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-05-04 22:26:56 +0000
committerschmonz <schmonz>2009-05-04 22:26:56 +0000
commit60dd586f1a634bbbdabe820ec298647613aff23b (patch)
tree7ccf37bf9c16348174dd141717d28f6290f20b65 /graphics/circos
parent995c95b51cc96664bd69b1f9b0e28a3a05cb8150 (diff)
downloadpkgsrc-60dd586f1a634bbbdabe820ec298647613aff23b.tar.gz
Remove a bunch of outdated XXX comments (not sure how I missed them before).
Diffstat (limited to 'graphics/circos')
-rw-r--r--graphics/circos/Makefile8
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"