diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /biology/p5-Bio-Das | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
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-Das')
-rw-r--r-- | biology/p5-Bio-Das/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/p5-Bio-Das/Makefile b/biology/p5-Bio-Das/Makefile index 75777ff55cae..347e0b3a14b7 100644 --- a/biology/p5-Bio-Das/Makefile +++ b/biology/p5-Bio-Das/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Client-side library for Distributed Genome Annotation System -RUN_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \ - p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \ - p5-libwww>=5:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-HTML-Parser>=3:www/p5-HTML-Parser \ + p5-bioperl>=0:biology/p5-bioperl \ + p5-libwww>=5:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |