aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /biology/p5-Bio-Graphics
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'biology/p5-Bio-Graphics')
-rw-r--r--biology/p5-Bio-Graphics/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/biology/p5-Bio-Graphics/Makefile b/biology/p5-Bio-Graphics/Makefile
index e219ae594564..a6123ebb9237 100644
--- a/biology/p5-Bio-Graphics/Makefile
+++ b/biology/p5-Bio-Graphics/Makefile
@@ -13,11 +13,11 @@ COMMENT= Generate GD Images of Bio::Seq Objects
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Bio-SCF>=1.01:${PORTSDIR}/biology/p5-Bio-SCF \
- p5-GD>=2.30:${PORTSDIR}/graphics/p5-GD \
- p5-GD-SVG>=0.32:${PORTSDIR}/graphics/p5-GD-SVG \
- p5-Statistics-Descriptive>=2.6:${PORTSDIR}/math/p5-Statistics-Descriptive \
- p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl
+BUILD_DEPENDS= p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \
+ p5-GD>=2.30:graphics/p5-GD \
+ p5-GD-SVG>=0.32:graphics/p5-GD-SVG \
+ p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive \
+ p5-bioperl>=1.6.0:biology/p5-bioperl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5