diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
commit | a50c1cb64785b551bfdbff06f3e1ee2731d50271 (patch) | |
tree | f0d9050bfa3146dd2ccf52f45dfa6976fdf0d336 /lang | |
parent | 4812598a539d066b1edf7c36055b163ca1207256 (diff) | |
download | ports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.tar.gz ports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Perl6-Subs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Perl6-Subs/Makefile b/lang/p5-Perl6-Subs/Makefile index 6a8720051474..9c9db50499b9 100644 --- a/lang/p5-Perl6-Subs/Makefile +++ b/lang/p5-Perl6-Subs/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl6::Subs - Define your subroutines in the Perl 6 style -BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |