diff options
Diffstat (limited to 'devel/p5-constant-lexical/Makefile')
-rw-r--r-- | devel/p5-constant-lexical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-constant-lexical/Makefile b/devel/p5-constant-lexical/Makefile index a1fac3ac8293..ead965dc8f32 100644 --- a/devel/p5-constant-lexical/Makefile +++ b/devel/p5-constant-lexical/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl pragma to declare lexical compile-time constants -BUILD_DEPENDS= p5-Sub-Delete>=0:${PORTSDIR}/devel/p5-Sub-Delete \ - p5-Lexical-Var>=0:${PORTSDIR}/devel/p5-Lexical-Var +BUILD_DEPENDS= p5-Sub-Delete>=0:devel/p5-Sub-Delete \ + p5-Lexical-Var>=0:devel/p5-Lexical-Var RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |