diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Code-Perl | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-Code-Perl')
-rw-r--r-- | devel/p5-Code-Perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Code-Perl/Makefile b/devel/p5-Code-Perl/Makefile index d18bd52124c0..48aaf7b24d86 100644 --- a/devel/p5-Code-Perl/Makefile +++ b/devel/p5-Code-Perl/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Produce Perl code from a tree -BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure |